Remove Container.Refresh
- This is a skin issue, not a PKC issue
This commit is contained in:
parent
5aa337d03c
commit
e4aefaaa5e
1 changed files with 2 additions and 1 deletions
|
@ -73,7 +73,8 @@ class KodiMonitor(xbmc.Monitor):
|
||||||
|
|
||||||
elif method == "Player.OnStop":
|
elif method == "Player.OnStop":
|
||||||
# Should refresh our video nodes, e.g. on deck
|
# Should refresh our video nodes, e.g. on deck
|
||||||
xbmc.executebuiltin('Container.Refresh')
|
# xbmc.executebuiltin('ReloadSkin()')
|
||||||
|
pass
|
||||||
|
|
||||||
elif method == "VideoLibrary.OnUpdate":
|
elif method == "VideoLibrary.OnUpdate":
|
||||||
# Manually marking as watched/unwatched
|
# Manually marking as watched/unwatched
|
||||||
|
|
Loading…
Reference in a new issue