fix missing :
This commit is contained in:
parent
a412d8c205
commit
2409d529ed
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ def remove_channel_from_database(database, scheduler, stream_id, stream_name, st
|
|||
scheduler.remove_job(rec_id)
|
||||
rechead = ""
|
||||
# Handle the situation where we remove an stream that is currently playing
|
||||
if stream_id == playhead['id']
|
||||
if stream_id == playhead['id']:
|
||||
logger_job.warning(f'{stream_id} was playing.')
|
||||
fallback = fallback_search(database)
|
||||
prio = 0
|
||||
|
|
Loading…
Reference in a new issue