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

Initialize timers.

parent 6927d19f
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.
Please register or to comment