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

Init fadeouttimer.

parent 1364b3b8
No related branches found
No related tags found
No related merge requests found
......@@ -151,6 +151,8 @@ class Schedule(DB.Model, AuraDatabaseModel):
show_fallback_id = Column(Integer)
station_fallback_id = Column(Integer)
fallback_state = PlaylistType.DEFAULT
fadeouttimer = None # Used to fade-out the schedule, even when entries are longer
playlist = relationship("Playlist",
primaryjoin="and_(Schedule.schedule_start==Playlist.schedule_start, Schedule.playlist_id==Playlist.playlist_id, Schedule.show_name==Playlist.show_name)",
......
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