From cff631f9c94ebc120379eb5d0c3ef6be83477b20 Mon Sep 17 00:00:00 2001 From: Alok Saboo Date: Sun, 11 Jan 2026 09:20:03 -0500 Subject: [PATCH] updated credentials --- beetsplug/spotify.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/beetsplug/spotify.py b/beetsplug/spotify.py index 65a4edf7f..ab920cdd4 100644 --- a/beetsplug/spotify.py +++ b/beetsplug/spotify.py @@ -143,8 +143,8 @@ class SpotifyPlugin( "show_failures": False, "region_filter": None, "regex": [], - "client_id": "78f38736bff14e3cafb16b93ed35113d", - "client_secret": "5c33d3e75bbc4d31a080ec0ef092d15c", + "client_id": "4e414367a1d14c75a5c5129a627fcab8", + "client_secret": "4a9b5b7848e54e118a7523b1c7c3e1e5", "tokenfile": "spotify_token.json", } )