mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-12 08:16:06 -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
|
return result
|
||||||
else:
|
else:
|
||||||
logger.warn("Unable to retrieve data for get_synced_items.")
|
logger.warn("Unable to retrieve data for get_synced_items.")
|
||||||
|
return result
|
||||||
|
|
||||||
@cherrypy.expose
|
@cherrypy.expose
|
||||||
@cherrypy.tools.json_out()
|
@cherrypy.tools.json_out()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue