Remove obsolete function
This commit is contained in:
parent
31be5f30f3
commit
5f45cc1c9b
1 changed files with 0 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue