Prepare V0.2
This commit is contained in:
@@ -355,7 +355,7 @@ def download_track(mode: str, track_id: str, extra_keys=None, disable_progressba
|
|||||||
global _ogg_delay_applied_once
|
global _ogg_delay_applied_once
|
||||||
if mode in ('album', 'playlist', 'extplaylist'):
|
if mode in ('album', 'playlist', 'extplaylist'):
|
||||||
if _ogg_delay_applied_once:
|
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)
|
time.sleep(5)
|
||||||
else:
|
else:
|
||||||
_ogg_delay_applied_once = True
|
_ogg_delay_applied_once = True
|
||||||
|
|||||||
Reference in New Issue
Block a user