Skip to content

Commit 29ff028

Browse files
authored
Merge pull request #171 from sesseor/patch-1
Update metadata.py
2 parents 7bf97b6 + b455de1 commit 29ff028

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

librespot/metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def from_uri(uri: str) -> AlbumId:
9292
if matcher is not None:
9393
album_id = matcher.group(1)
9494
return AlbumId(util.bytes_to_hex(AlbumId.base62.decode(album_id.encode())))
95-
raise TypeError("Not a Spotify album ID: {}.f".format(uri))
95+
raise TypeError("Not a Spotify album ID: {}.".format(uri))
9696

9797
@staticmethod
9898
def from_base62(base62: str) -> AlbumId:

0 commit comments

Comments
 (0)