mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
logging for report progress
Moved to debug
This commit is contained in:
parent
38d0d1c02b
commit
6cb5fd12a1
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ class Player( xbmc.Player ):
|
|||
postdata['SubtitleStreamIndex'] = subtitleindex
|
||||
|
||||
postdata = json.dumps(postdata)
|
||||
self.logMsg("Report: %s" % postdata)
|
||||
self.logMsg("Report: %s" % postdata, 2)
|
||||
self.ws.sendProgressUpdate(postdata)
|
||||
|
||||
def onPlayBackPaused( self ):
|
||||
|
|
Loading…
Reference in a new issue