We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f85f231 commit e6f15daCopy full SHA for e6f15da
app/models/recording_model.py
@@ -61,6 +61,8 @@ def __init__(
61
self.manually_stopped = False
62
self.platform = None
63
self.platform_key = None
64
+ self.notified_live_start = False
65
+ self.notified_live_end = False
66
67
self.cumulative_duration = timedelta() # Accumulated recording time
68
self.last_duration = timedelta() # Save the total time of the last recording
0 commit comments