Remove obsolete window variable

This commit is contained in:
croneter 2018-04-15 18:54:24 +02:00
parent 42ededd751
commit 88ef5f9eda
2 changed files with 1 additions and 2 deletions

View file

@ -29,7 +29,7 @@ LOG = getLogger("PLEX." + __name__)
WINDOW_PROPERTIES = (
"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",
"plex_servername", "plex_authenticated", "PlexUserImage", "useDirectPaths",
"countError", "countUnauthorized", "plex_restricteduser",

View file

@ -271,7 +271,6 @@ class LibrarySync(Thread):
if state.ENABLE_MUSIC:
xbmc.executebuiltin('UpdateLibrary(music)')
window('plex_initialScan', clear=True)
if window('plex_scancrashed') == 'true':
# Show warning if itemtypes.py crashed at some point
dialog('ok', heading='{plex}', line1=lang(39408))