Fix QR code not showing up for localhost address
This commit is contained in:
@@ -6075,6 +6075,12 @@ class WebInterface(object):
|
|||||||
whois_info = helpers.whois_lookup(ip_address)
|
whois_info = helpers.whois_lookup(ip_address)
|
||||||
return whois_info
|
return whois_info
|
||||||
|
|
||||||
|
@cherrypy.expose
|
||||||
|
@cherrypy.tools.json_out()
|
||||||
|
@requireAuth(member_of("admin"))
|
||||||
|
def get_plexpy_url(self, **kwargs):
|
||||||
|
return helpers.get_plexpy_url()
|
||||||
|
|
||||||
@cherrypy.expose
|
@cherrypy.expose
|
||||||
@cherrypy.tools.json_out()
|
@cherrypy.tools.json_out()
|
||||||
@requireAuth(member_of("admin"))
|
@requireAuth(member_of("admin"))
|
||||||
|
|||||||
Reference in New Issue
Block a user