Update app/ytdl.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
5529a7110f
commit
00e26fa6ac
1 changed files with 1 additions and 0 deletions
|
|
@ -368,6 +368,7 @@ class DownloadQueue:
|
|||
download.info.percent = None
|
||||
download.info.speed = None
|
||||
download.info.eta = None
|
||||
asyncio.create_task(self.notifier.updated(download.info))
|
||||
# Create a new download with the same info
|
||||
dldirectory, _ = self.__calc_download_path(download.info.quality, download.info.format, download.info.folder)
|
||||
output = self.config.OUTPUT_TEMPLATE if len(download.info.custom_name_prefix) == 0 else f'{download.info.custom_name_prefix}.{self.config.OUTPUT_TEMPLATE}'
|
||||
|
|
|
|||
Loading…
Reference in a new issue