/[projects]/misc/xbmc/plugin.video.todic/default.py
ViewVC logotype

Diff of /misc/xbmc/plugin.video.todic/default.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3263 by torben, Tue Feb 23 19:19:52 2021 UTC revision 3264 by torben, Fri Feb 26 12:24:06 2021 UTC
# Line 3  Line 3 
3    
4  '''  '''
5      Todic plugin for XBMC      Todic plugin for XBMC
6      Version 1.9.2      Version 1.9.3
7  '''  '''
8    
9  import sys  import sys
# Line 332  def play_video(url, name): Line 332  def play_video(url, name):
332          if (savedPosition > 0):          if (savedPosition > 0):
333              dialog = xbmcgui.Dialog()              dialog = xbmcgui.Dialog()
334              #yes / true -afspil fra position              #yes / true -afspil fra position
335              answer = dialog.yesno(heading='Todic', line1='Afspil fra sidste position', nolabel='Fra start', yeslabel='Fortsæt')              answer = dialog.yesno(heading='Todic', message='Afspil fra sidste position', nolabel='Fra start', yeslabel='Fortsæt')
336              if (answer == True):              if (answer == True):
337                  playPosition = savedPosition                  playPosition = savedPosition
338                    

Legend:
Removed from v.3263  
changed lines
  Added in v.3264

  ViewVC Help
Powered by ViewVC 1.1.20