mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-05-11 03:45:07 +00:00
Version bump 3.1.36
This commit is contained in:
parent
9c01340af4
commit
753b441b5b
3 changed files with 5 additions and 5 deletions
|
@ -369,14 +369,14 @@ class Player(xbmc.Player):
|
|||
'''
|
||||
window('emby_play', clear=True)
|
||||
self.stop_playback()
|
||||
LOG.debug("--<[ playback ]")
|
||||
LOG.info("--<[ playback ]")
|
||||
|
||||
def onPlayBackEnded(self):
|
||||
|
||||
''' Will be called when kodi stops playing a file.
|
||||
'''
|
||||
self.stop_playback()
|
||||
LOG.debug("--<<[ playback ]")
|
||||
LOG.info("--<<[ playback ]")
|
||||
|
||||
def stop_playback(self):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue