type changes mirrored in function body
This commit is contained in:
parent
bb835fb173
commit
b75d2f580c
|
|
@ -159,7 +159,7 @@ class Node:
|
|||
|
||||
self._players: Dict[int, Player] = {}
|
||||
|
||||
self._spotify_client_id: Optional[int] = spotify_client_id
|
||||
self._spotify_client_id: Optional[str] = spotify_client_id
|
||||
self._spotify_client_secret: Optional[str] = spotify_client_secret
|
||||
|
||||
self._apple_music_client: Optional[applemusic.Client] = None
|
||||
|
|
|
|||
Loading…
Reference in New Issue