addedlogging message

This commit is contained in:
Hellow2 2023-06-19 16:30:29 +02:00
parent 2a7452dc44
commit f58534155f

View File

@ -250,6 +250,8 @@ class YouTube(Page):
return song
def fetch_album(self, source: Source, stop_at_level: int = 1) -> Album:
self.LOGGER.info(f"Getting the metadata of an album may take slightly longer, only panic in a couple minutes <333")
parsed = YouTubeUrl(source.url)
if parsed.url_type != YouTubeUrlType.PLAYLIST:
return Album()