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
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:
commit
9b5c1d9ae7
1 changed files with 1 additions and 1 deletions
|
|
@ -518,7 +518,7 @@ class DownloadQueue(metaclass=Singleton):
|
||||||
else:
|
else:
|
||||||
dlInfo.info.error += f" Delaying download by '{300+dl.extras.get('duration',0)}' seconds."
|
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:
|
if _requeue:
|
||||||
nEvent = Events.ITEM_ADDED
|
nEvent = Events.ITEM_ADDED
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue