mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-12-24 17:56:11 +00:00
Add logging
This commit is contained in:
parent
68f959580b
commit
42fac71033
1 changed files with 1 additions and 0 deletions
|
@ -497,6 +497,7 @@ class Player(xbmc.Player):
|
|||
playlist = xbmc.PlayList(xbmc.PLAYLIST_VIDEO)
|
||||
|
||||
if playlist.getposition < 0:
|
||||
log.info("Clear playlist, end detected.")
|
||||
playlist.clear()
|
||||
|
||||
# Stop transcoding
|
||||
|
|
Loading…
Reference in a new issue