skip to next track when track is not downloadable

This commit is contained in:
Rafael Moraes 2024-08-04 20:04:52 -03:00
parent bac8eb9254
commit ed584cc9b9

View File

@ -503,6 +503,7 @@ def main(
logger.warning(
f"({queue_progress}) Track is not downloadable with current configuration, skipping"
)
continue
elif track_metadata["type"] == "songs":
logger.debug("Getting lyrics")
lyrics = downloader_song.get_lyrics(track_metadata)