Cleanup code around removing libraries

This commit is contained in:
Matt 2020-03-28 23:25:13 -04:00
commit aeca1a0049
3 changed files with 13 additions and 35 deletions

View file

@ -46,6 +46,7 @@ class Monitor(xbmc.Monitor):
LOG.info("-->[ kodi scan/%s ]", library)
def onScanFinished(self, library):
xbmc.executebuiltin("ReloadSkin()")
LOG.info("--<[ kodi scan/%s ]", library)
def onNotification(self, sender, method, data):