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