Skip to content
Snippets Groups Projects
Commit 6748bb73 authored by David Trattnig's avatar David Trattnig
Browse files

Initialize timers.

parent 96d48e5b
No related branches found
No related tags found
No related merge requests found
......@@ -419,6 +419,10 @@ class PlaylistEntry(DB.Model, AuraDatabaseModel):
queue_state = None # Assigned when entry is about to be queued
channel = None # Assigned when entry is actually played
status = None # Assigned when state changes
switchtimer = None
loadtimer = None
fadeouttimer = None
# relationships
playlist = relationship("Playlist", uselist=False, back_populates="entries")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment