make pandora_client extract also work
This commit is contained in:
parent
313d2d2486
commit
376a103309
1 changed files with 1 additions and 0 deletions
|
@ -538,6 +538,7 @@ class Client(object):
|
|||
print "you need to login or run pandora_client extract offline"
|
||||
return
|
||||
self.update_encodes()
|
||||
files = self.get_encodes(self._config['url'])
|
||||
|
||||
for oshash in files:
|
||||
info = self.info(oshash)
|
||||
|
|
Loading…
Reference in a new issue