fix bug in reporting url in queue message

This commit is contained in:
ArabCoders 2023-12-15 13:17:10 +03:00
parent 14ba9fa5ca
commit 977669ac55

View file

@ -114,7 +114,7 @@ class DownloadQueue:
if self.queue.exists(key=entry['id'], url=entry.get('webpage_url') or entry['url']):
logging.info(
f'Item [{item.info.title}] already in download queue')
f'Item [{entry["id"]} {entry["title"]}] already in download queue.')
return {'status': 'error', 'msg': 'Link already queued for downloading.'}
dl = ItemDTO(