diff --git a/pandora_client/__init__.py b/pandora_client/__init__.py index 9f84e24..681e688 100644 --- a/pandora_client/__init__.py +++ b/pandora_client/__init__.py @@ -186,7 +186,7 @@ class Client(object): self.api.DEBUG = DEBUG if self.signin(): self.profile = "%sp.webm" % max(self.api.site['video']['resolutions']) - self.folderdepth = self.api.site['site'].get('folderdepth', 3) + self.folderdepth = self._config.get('folderdepth', self.api.site['site'].get('folderdepth', 3)) def signin(self): if 'username' in self._config: