diff --git a/pandora_client/__init__.py b/pandora_client/__init__.py index affc533..95010ba 100644 --- a/pandora_client/__init__.py +++ b/pandora_client/__init__.py @@ -330,7 +330,7 @@ class Client(object): path = os.path.normpath(path) if os.path.exists(path): - files += self.files(path).keys['info'] + files += self.files(path)['info'] def no_extras(oshash): for path in self.path(oshash): if '/extras' in path.lower() or \