Remove notification
This commit is contained in:
parent
d9100407b2
commit
3bdab282b8
1 changed files with 0 additions and 1 deletions
|
@ -27,7 +27,6 @@ class MyPlayer(xbmc.Player):
|
|||
|
||||
def onPlayBackStopped(self):
|
||||
_log.info('Playback stopped, trying to kill makemkv')
|
||||
xbmc.executebuiltin('Notification("MakeMkv", "Playback ended, stopping makemkv")')
|
||||
self.makemkv.killMkv()
|
||||
|
||||
def onPlayBackStarted(self):
|
||||
|
|
Loading…
Reference in a new issue