make pandora_client extract also work

This commit is contained in:
j 2013-09-13 11:46:37 +02:00
parent 313d2d2486
commit 376a103309

View file

@ -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)