diff --git a/resources/lib/entrypoint.py b/resources/lib/entrypoint.py index 3fc8f0a8..de4b9f83 100644 --- a/resources/lib/entrypoint.py +++ b/resources/lib/entrypoint.py @@ -575,14 +575,6 @@ def getExtraFanArt(plexid, plexPath): xbmcplugin.endOfDirectory(HANDLE) -def RunLibScan(mode): - if window('plex_online') != "true": - # Server is not online, do not run the sync - dialog('ok', lang(29999), lang(39205)) - else: - window('plex_runLibScan', value='full') - - def getOnDeck(viewid, mediatype, tagname, limit): """ Retrieves Plex On Deck items, currently only for TV shows