Merge pull request #355 from arabcoders/dev
Some checks failed
Build WebView wrappers / build (amd64, ubuntu-latest) (push) Has been cancelled
Build WebView wrappers / build (amd64, windows-latest) (push) Has been cancelled
Build WebView wrappers / build (arm64, macos-latest) (push) Has been cancelled
Build WebView wrappers / build (arm64, ubuntu-latest) (push) Has been cancelled
Build WebView wrappers / build (arm64, windows-latest) (push) Has been cancelled

Fix automatic premiere re-queue.
This commit is contained in:
Abdulmohsen 2025-07-27 17:08:28 +03:00 committed by GitHub
commit 9b5c1d9ae7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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