diff --git a/librespot/metadata.py b/librespot/metadata.py index 054a856..fe64342 100644 --- a/librespot/metadata.py +++ b/librespot/metadata.py @@ -92,7 +92,7 @@ class AlbumId(SpotifyId): if matcher is not None: album_id = matcher.group(1) return AlbumId(util.bytes_to_hex(AlbumId.base62.decode(album_id.encode()))) - raise TypeError("Not a Spotify album ID: {}.f".format(uri)) + raise TypeError("Not a Spotify album ID: {}.".format(uri)) @staticmethod def from_base62(base62: str) -> AlbumId: