CriticalElement / spotify-free-api-player

This allows you to modify the user's playback state through the spotify API, without needing premium.
13 stars 1 forks source link

Why after I ran the script Is not closed? #1

Closed TUNA-NOPE closed 3 years ago

TUNA-NOPE commented 3 years ago

Why after I ran the script Is not closed?

CriticalElement commented 3 years ago

The spotify player is still listening to events from spotify through the websocket. You can call the disconnect method on the instance of the spotify player class to disconnect the websocket. Make sure you download the latest file from the latest commit.

TUNA-NOPE commented 3 years ago

Ok thanks