Fix download API commands not returning the file

* Fixes Tautulli/Tautulli-Issues#268
This commit is contained in:
JonnyWong16 2020-08-02 22:09:40 -07:00
parent 6b4db681ff
commit b54576f08f
No known key found for this signature in database
GPG key ID: B1F1F9807184697A

View file

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