From d056b6b9e2899ee680b4ed404f8427dee3bcf148 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 18 Dec 2025 05:37:31 +0100 Subject: [PATCH] Prepare V0.2 --- zotify/track.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zotify/track.py b/zotify/track.py index 7a12e2c..4cd2d36 100644 --- a/zotify/track.py +++ b/zotify/track.py @@ -355,7 +355,7 @@ def download_track(mode: str, track_id: str, extra_keys=None, disable_progressba global _ogg_delay_applied_once if mode in ('album', 'playlist', 'extplaylist'): if _ogg_delay_applied_once: - Printer.print(PrintChannel.PROGRESS_INFO, '\n## OGG File : Waiting 5 seconds before resuming... ##') + # Printer.print(PrintChannel.PROGRESS_INFO, '\n## OGG File : Waiting 5 seconds before resuming... ##') time.sleep(5) else: _ogg_delay_applied_once = True