From b455de1477da96255e1173d25f41cbc3373fa6ad Mon Sep 17 00:00:00 2001 From: tarak Date: Mon, 2 Jan 2023 16:33:02 -0500 Subject: [PATCH] Update metadata.py --- librespot/metadata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: