grooveshark: fix unitialized property user_id in GroovesharkBrowser
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
This commit is contained in:
parent
444da30c3a
commit
ffcaeaedec
1 changed files with 2 additions and 0 deletions
|
|
@ -68,6 +68,8 @@ class GroovesharkBrowser(BaseBrowser):
|
|||
|
||||
AUDIOS_FROM_SONG_RESULTS = None
|
||||
|
||||
user_id = None
|
||||
|
||||
def home(self):
|
||||
self.login()
|
||||
self.get_communication_token()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue