j00zek / eePlugins

GNU General Public License v2.0
7 stars 7 forks source link

j00zekE2iPlayer.py :RemindedMinutes should show only minutes, not seconds. #8

Closed willy014 closed 1 year ago

willy014 commented 1 year ago

RemindedMinutes should show only minutes, not seconds in j00zekE2iPlayer.py How to release it ?

j00zek commented 1 year ago

Thanks for raising this. Should be correct now.

willy014 commented 1 year ago

thx for your work, all is ok now best code for me is: return '%s' % str(int(((self.playback['Length']-self.playback['CurrentTime'])/60)))