Add logging

This commit is contained in:
angelblue05 2018-01-10 16:44:19 -06:00
parent 68f959580b
commit 42fac71033
1 changed files with 1 additions and 0 deletions

View File

@ -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