forked from Github/frigate
restyle to match Material Design List specs
This commit is contained in:
committed by
Blake Blackshear
parent
9822d614e2
commit
b53a50cd54
@@ -534,6 +534,7 @@ def recordings(camera_name):
|
||||
[
|
||||
{
|
||||
"date": date,
|
||||
"events": sum([len(value["events"]) for value in hours.values()]),
|
||||
"recordings": [
|
||||
{"hour": hour, "delay": value["delay"], "events": value["events"]}
|
||||
for hour, value in hours.items()
|
||||
|
||||
Reference in New Issue
Block a user