Fix TypeError
This commit is contained in:
parent
0909235a63
commit
0805cfeb61
1 changed files with 1 additions and 3 deletions
|
@ -123,9 +123,7 @@ class Main():
|
||||||
elif mode in ('manualsync', 'repair'):
|
elif mode in ('manualsync', 'repair'):
|
||||||
if window('plex_online') != 'true':
|
if window('plex_online') != 'true':
|
||||||
# Server is not online, do not run the sync
|
# Server is not online, do not run the sync
|
||||||
dialog('ok',
|
dialog('ok', lang(29999), lang(39205))
|
||||||
heading=lang(29999),
|
|
||||||
message=lang(39205))
|
|
||||||
log.error('Not connected to a PMS.')
|
log.error('Not connected to a PMS.')
|
||||||
else:
|
else:
|
||||||
if mode == 'repair':
|
if mode == 'repair':
|
||||||
|
|
Loading…
Reference in a new issue