mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 13:23:18 -07:00
don't update plex on failed. Fixes #846
This commit is contained in:
parent
eee542a3ef
commit
651650f83b
4 changed files with 6 additions and 1 deletions
|
@ -1062,6 +1062,8 @@ def server_responding(baseURL):
|
|||
return False
|
||||
|
||||
def plex_update(category):
|
||||
if core.FAILED:
|
||||
return
|
||||
if core.PLEXSSL:
|
||||
url = 'https://'
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue