mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-08 06:00:51 -07:00
Fix download API commands not returning the file
* Fixes Tautulli/Tautulli-Issues#268
This commit is contained in:
parent
6b4db681ff
commit
b54576f08f
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue