From dd3ecec57942c2592ca17888f15329e5feb684dc Mon Sep 17 00:00:00 2001 From: Alok Saboo Date: Wed, 7 Jan 2026 18:54:39 -0500 Subject: [PATCH] Updated Spotify API credentials --- beetsplug/spotify.py | 4 ++-- docs/changelog.rst | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/beetsplug/spotify.py b/beetsplug/spotify.py index 6f85b1397..65a4edf7f 100644 --- a/beetsplug/spotify.py +++ b/beetsplug/spotify.py @@ -143,8 +143,8 @@ class SpotifyPlugin( "show_failures": False, "region_filter": None, "regex": [], - "client_id": "4e414367a1d14c75a5c5129a627fcab8", - "client_secret": "f82bdc09b2254f1a8286815d02fd46dc", + "client_id": "78f38736bff14e3cafb16b93ed35113d", + "client_secret": "5c33d3e75bbc4d31a080ec0ef092d15c", "tokenfile": "spotify_token.json", } ) diff --git a/docs/changelog.rst b/docs/changelog.rst index 13dd15737..8230ce549 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -47,6 +47,7 @@ New features: Bug fixes: +- :doc:`/plugins/spotify`: Updated Spotify API credentials. :bug:`6270` - :doc:`/plugins/smartplaylist`: Fixed an issue where multiple queries in a playlist configuration were not preserving their order, causing items to appear in database order rather than the order specified in the config.