bugfix(spotify): Updated functionality to fetch access_token and client_id required for making requests
* Removed deprecated session_data and its logic * Added TOTP for new _get_access_token_and_client_id method * Added some loggers
This commit is contained in:
@@ -203,6 +203,7 @@ else:
|
||||
spotify_client = SpotifyClient()
|
||||
|
||||
spotify_client.authenticate()
|
||||
app.logger.info('spotify auth successful')
|
||||
from .registry import MusicProviderRegistry
|
||||
MusicProviderRegistry.register_provider(spotify_client)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user