mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 12:16:12 +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)
|
playlist = xbmc.PlayList(xbmc.PLAYLIST_VIDEO)
|
||||||
|
|
||||||
if playlist.getposition < 0:
|
if playlist.getposition < 0:
|
||||||
|
log.info("Clear playlist, end detected.")
|
||||||
playlist.clear()
|
playlist.clear()
|
||||||
|
|
||||||
# Stop transcoding
|
# Stop transcoding
|
||||||
|
|
Loading…
Reference in a new issue