mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-15 01:32:57 -07:00
Fix get_server_friendly_name
This commit is contained in:
parent
69a3b5134f
commit
1983597cf1
4 changed files with 22 additions and 26 deletions
|
@ -1143,8 +1143,7 @@ class WebInterface(object):
|
|||
@cherrypy.expose
|
||||
def get_server_friendly_name(self, **kwargs):
|
||||
|
||||
pms_connect = pmsconnect.PmsConnect()
|
||||
result = pms_connect.get_server_friendly_name()
|
||||
result = pmsconnect.get_server_friendly_name()
|
||||
|
||||
if result:
|
||||
cherrypy.response.headers['Content-type'] = 'application/json'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue