mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Fix API error when missing cmd
This commit is contained in:
parent
56a91de2c4
commit
e11803685c
1 changed files with 1 additions and 1 deletions
|
@ -598,7 +598,7 @@ General optional parameters:
|
|||
if self._api_cmd == 'docs_md':
|
||||
return out['response']['data']
|
||||
|
||||
elif self._api_cmd.startswith('download_'):
|
||||
elif self._api_cmd and self._api_cmd.startswith('download_'):
|
||||
return
|
||||
|
||||
elif self._api_cmd == 'pms_image_proxy':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue