diff --git a/app/library/DownloadQueue.py b/app/library/DownloadQueue.py index b07e6aa0..16ec0d74 100644 --- a/app/library/DownloadQueue.py +++ b/app/library/DownloadQueue.py @@ -314,7 +314,7 @@ class DownloadQueue(metaclass=Singleton): await self.processors.acquire() try: LOG.info( - f"Processing '{entry.get("title")}: {i}/{playlistCount}' - ID: {etr.get('id')} - Title: {etr.get('title')}" + 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) diff --git a/ui/app/pages/tasks.vue b/ui/app/pages/tasks.vue index f851f59e..c6087b41 100644 --- a/ui/app/pages/tasks.vue +++ b/ui/app/pages/tasks.vue @@ -339,6 +339,21 @@ +
Actions > Archive All button to mark all videos as downloaded. otherwise, it will try to
+ download all videos.
+