Fix automatic premiere re-queue.

This commit is contained in:
arabcoders 2025-07-27 17:04:14 +03:00
parent 781b767879
commit 36b590cda3

View file

@ -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