mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-13 00:32:58 -07:00
Fix QR code not showing up for localhost address
This commit is contained in:
parent
60bdf1d1ce
commit
38ccd37867
1 changed files with 6 additions and 0 deletions
|
@ -6075,6 +6075,12 @@ class WebInterface(object):
|
|||
whois_info = helpers.whois_lookup(ip_address)
|
||||
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.tools.json_out()
|
||||
@requireAuth(member_of("admin"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue