mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-11 15:56:07 -07:00
Fix get_synced_items API command returning error with empty result
* Fixes Tautulli/Tautulli-Issues#267
This commit is contained in:
parent
f582f781f3
commit
6b4db681ff
1 changed files with 1 additions and 0 deletions
|
@ -5757,6 +5757,7 @@ class WebInterface(object):
|
|||
return result
|
||||
else:
|
||||
logger.warn("Unable to retrieve data for get_synced_items.")
|
||||
return result
|
||||
|
||||
@cherrypy.expose
|
||||
@cherrypy.tools.json_out()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue