grooveshark: fix unitialized property user_id in GroovesharkBrowser

Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
This commit is contained in:
Pierre Mazière 2014-01-02 17:08:40 +01:00
commit ffcaeaedec

View file

@ -68,6 +68,8 @@ class GroovesharkBrowser(BaseBrowser):
AUDIOS_FROM_SONG_RESULTS = None
user_id = None
def home(self):
self.login()
self.get_communication_token()