From 7b0cb87c32168a78a8db8132a14d77c7cbcfe5fa Mon Sep 17 00:00:00 2001 From: arabcoders Date: Tue, 5 Aug 2025 17:56:43 +0300 Subject: [PATCH] make it clear we are doing something with playlist items. --- app/library/DownloadQueue.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/library/DownloadQueue.py b/app/library/DownloadQueue.py index e7b5f3c2..b07e6aa0 100644 --- a/app/library/DownloadQueue.py +++ b/app/library/DownloadQueue.py @@ -313,7 +313,9 @@ class DownloadQueue(metaclass=Singleton): async def playlist_processor(i: int, etr: dict): await self.processors.acquire() try: - LOG.debug(f"Processing entry {i}/{playlistCount} - ID: {etr.get('id')} - Title: {etr.get('title')}") + LOG.info( + f"Processing '{entry.get("title")}: {i}/{playlistCount}' - ID: {etr.get('id')} - Title: {etr.get('title')}" + ) _status, _msg = ytdlp_reject(entry=etr, yt_params=yt_params) if not _status: