Fix automatic premiere re-queue.
This commit is contained in:
parent
781b767879
commit
36b590cda3
1 changed files with 1 additions and 1 deletions
|
|
@ -518,7 +518,7 @@ class DownloadQueue(metaclass=Singleton):
|
|||
else:
|
||||
dlInfo.info.error += f" Delaying download by '{300+dl.extras.get('duration',0)}' seconds."
|
||||
|
||||
nMessage = f"'{dl.info.title}': '{dlInfo.info.error.strip()}'."
|
||||
nMessage = f"'{dlInfo.info.title}': '{dlInfo.info.error.strip()}'."
|
||||
|
||||
if _requeue:
|
||||
nEvent = Events.ITEM_ADDED
|
||||
|
|
|
|||
Loading…
Reference in a new issue