From 88ef5f9eda59996addcbf1e80a449b39f5aa7cee Mon Sep 17 00:00:00 2001 From: croneter Date: Sun, 15 Apr 2018 18:54:24 +0200 Subject: [PATCH] Remove obsolete window variable --- resources/lib/initialsetup.py | 2 +- resources/lib/librarysync.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/resources/lib/initialsetup.py b/resources/lib/initialsetup.py index ed8d0143..da05555e 100644 --- a/resources/lib/initialsetup.py +++ b/resources/lib/initialsetup.py @@ -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", diff --git a/resources/lib/librarysync.py b/resources/lib/librarysync.py index 49f15a07..195d6f6e 100644 --- a/resources/lib/librarysync.py +++ b/resources/lib/librarysync.py @@ -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))