From 36b590cda3f1f469d91a6f16608920a442995851 Mon Sep 17 00:00:00 2001 From: arabcoders Date: Sun, 27 Jul 2025 17:04:14 +0300 Subject: [PATCH] Fix automatic premiere re-queue. --- app/library/DownloadQueue.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/library/DownloadQueue.py b/app/library/DownloadQueue.py index 880e4d59..4ac2cd09 100644 --- a/app/library/DownloadQueue.py +++ b/app/library/DownloadQueue.py @@ -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