mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-12-13 02:23:18 +00:00
Cleanup code around removing libraries
This commit is contained in:
parent
97de6f9d11
commit
aeca1a0049
3 changed files with 13 additions and 35 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue