From 5f45cc1c9b5411c1797ceda8f5583d03570c317e Mon Sep 17 00:00:00 2001 From: croneter Date: Mon, 21 Aug 2017 18:53:52 +0200 Subject: [PATCH] Remove obsolete function --- resources/lib/entrypoint.py | 8 -------- 1 file changed, 8 deletions(-) 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