fixed add track to queue
This commit is contained in:
parent
dec89ef9de
commit
f3c868a050
3 changed files with 21 additions and 17 deletions
|
@ -52,7 +52,7 @@ class SessionData():
|
|||
raise e
|
||||
|
||||
@property
|
||||
def access_tokens(self):
|
||||
def access_token(self):
|
||||
if self.nearly_expired():
|
||||
self.refresh()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue