This commit is contained in:
Hellow2 2023-06-20 13:39:06 +02:00
parent 0a8a96c546
commit 08b47b7f59

View File

@ -1120,4 +1120,4 @@ class Musify(Page):
self.LOGGER.warning(f"The source has no audio link. Falling back to {endpoint}.") self.LOGGER.warning(f"The source has no audio link. Falling back to {endpoint}.")
return self.connection.stream_into(endpoint, target, stream=True, raw_url=True) return self.connection.stream_into(endpoint, target, raw_url=True)