Skip to content

Commit

Permalink
force CI reboot
Browse files Browse the repository at this point in the history
  • Loading branch information
Ousret committed Oct 17, 2024
1 parent 1e2c07f commit 82250bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ytmusicapi/mixins/browsing.py
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ def get_album_browse_id(self, audioPlaylistId: str) -> Optional[str]:

# the server sent nothing or content cannot be decoded
if decoded_body is None:
# this is unlikely. only defensive.
# this is unlikely. only defensive. avoid raising None has no[...]
raise YTMusicError("Unable to read response body (album_browse_id)")

decoded = decoded_body.encode("utf8").decode("unicode_escape")
Expand Down

0 comments on commit 82250bb

Please sign in to comment.