sandbox1
inpos 2016-03-17 22:14:53 +03:00
parent 8e61b9353b
commit 6c6bf6f9d4
1 changed files with 1 additions and 0 deletions

View File

@ -610,6 +610,7 @@ class AnteoPlayer(xbmc.Player):
event.remove(callback)
def _get_status_lines(self, s, f):
log('++++++++++++++ %s , %s' % (s,f))
return [
localize_path(self.display_name),
"%.2f%% %s" % (f.progress * 100, self.localize(STATE_STRS[s.state]).decode('utf-8')),