Remove obsolete window variable
This commit is contained in:
parent
42ededd751
commit
88ef5f9eda
2 changed files with 1 additions and 2 deletions
|
@ -29,7 +29,7 @@ LOG = getLogger("PLEX." + __name__)
|
||||||
|
|
||||||
WINDOW_PROPERTIES = (
|
WINDOW_PROPERTIES = (
|
||||||
"plex_online", "plex_serverStatus", "plex_shouldStop", "plex_dbScan",
|
"plex_online", "plex_serverStatus", "plex_shouldStop", "plex_dbScan",
|
||||||
"plex_initialScan", "plex_customplayqueue", "plex_playbackProps",
|
"plex_customplayqueue", "plex_playbackProps",
|
||||||
"pms_token", "plex_token", "pms_server", "plex_machineIdentifier",
|
"pms_token", "plex_token", "pms_server", "plex_machineIdentifier",
|
||||||
"plex_servername", "plex_authenticated", "PlexUserImage", "useDirectPaths",
|
"plex_servername", "plex_authenticated", "PlexUserImage", "useDirectPaths",
|
||||||
"countError", "countUnauthorized", "plex_restricteduser",
|
"countError", "countUnauthorized", "plex_restricteduser",
|
||||||
|
|
|
@ -271,7 +271,6 @@ class LibrarySync(Thread):
|
||||||
if state.ENABLE_MUSIC:
|
if state.ENABLE_MUSIC:
|
||||||
xbmc.executebuiltin('UpdateLibrary(music)')
|
xbmc.executebuiltin('UpdateLibrary(music)')
|
||||||
|
|
||||||
window('plex_initialScan', clear=True)
|
|
||||||
if window('plex_scancrashed') == 'true':
|
if window('plex_scancrashed') == 'true':
|
||||||
# Show warning if itemtypes.py crashed at some point
|
# Show warning if itemtypes.py crashed at some point
|
||||||
dialog('ok', heading='{plex}', line1=lang(39408))
|
dialog('ok', heading='{plex}', line1=lang(39408))
|
||||||
|
|
Loading…
Reference in a new issue