diff --git a/app/DownloadQueue.py b/app/DownloadQueue.py index a8d32228..a6308a2c 100644 --- a/app/DownloadQueue.py +++ b/app/DownloadQueue.py @@ -134,7 +134,7 @@ class DownloadQueue: output_template=output_template if output_template else self.config.output_template, datetime=formatdate(time.time()), error=error, - is_live=entry.get('is_live', None) or 'is_live' == entry.get('live_status', None) or live_in, + is_live=entry.get('is_live', None) or entry.get('live_status', None) in ['is_live', 'is_upcoming'] or live_in, live_in=live_in, options=options )