mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 21:33:13 -07:00
fix typo. Fixes #822
This commit is contained in:
parent
6ab821c5ea
commit
76115ce735
1 changed files with 1 additions and 1 deletions
|
@ -1063,7 +1063,7 @@ def server_responding(baseURL):
|
||||||
|
|
||||||
def plex_update(category):
|
def plex_update(category):
|
||||||
if core.PLEXSSL:
|
if core.PLEXSSL:
|
||||||
ulr = 'https://'
|
url = 'https://'
|
||||||
else:
|
else:
|
||||||
url = 'http://'
|
url = 'http://'
|
||||||
url = url + core.PLEXHOST + ':' + core.PLEXPORT + '/library/sections/'
|
url = url + core.PLEXHOST + ':' + core.PLEXPORT + '/library/sections/'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue