Merge pull request #50 from inpos/master

Шум в журнале
pull/11/head
DiMartinoXBMC 2016-03-24 16:08:47 +03:00
commit 08b7a1fdb7
1 changed files with 1 additions and 1 deletions

View File

@ -520,7 +520,7 @@ class InposPlayer(xbmc.Player):
with nested(self.attach(overlay.show, self.on_playback_paused),
self.attach(overlay.hide, self.on_playback_resumed, self.on_playback_stopped)):
while not xbmc.abortRequested and self.isPlaying():
self.print_fulldebug()
#self.print_fulldebug()
status = self.engine.status()
if not self.next_dling:
file_status = self.engine.file_status(self.contentId)