fixed add track to queue

This commit is contained in:
Matteo Baldi 2025-08-02 11:53:43 +02:00
parent dec89ef9de
commit f3c868a050
3 changed files with 21 additions and 17 deletions

View file

@ -52,7 +52,7 @@ class SessionData():
raise e
@property
def access_tokens(self):
def access_token(self):
if self.nearly_expired():
self.refresh()