Updated Spotify API credentials

This commit is contained in:
Alok Saboo 2026-01-07 18:54:39 -05:00
parent 1a899cc92a
commit dd3ecec579
2 changed files with 3 additions and 2 deletions

View file

@ -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",
}
)

View file

@ -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.