diff --git a/plexpy/api2.py b/plexpy/api2.py index 02664762..b5c06e14 100644 --- a/plexpy/api2.py +++ b/plexpy/api2.py @@ -646,7 +646,7 @@ General optional parameters: return out['response']['data'] elif self._api_cmd and self._api_cmd.startswith('download_'): - return + return out['response']['data'] elif self._api_cmd == 'pms_image_proxy': if 'return_hash' not in self._api_kwargs: