Fix Plex user switch not working

This commit is contained in:
tomkat83 2016-10-25 19:41:26 +02:00
parent 9869131464
commit 5bf74f8bbb

View file

@ -173,8 +173,6 @@ class Main():
utils.window('plex_runLibScan', value='del_textures')
else:
entrypoint.doMainListing()
# Prevent Kodi from hanging in an infinite loop waiting for more
xbmcplugin.endOfDirectory(int(sys.argv[1]))
if __name__ == "__main__":
log.info('plugin.video.plexkodiconnect started')