/[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 3161 by torben, Thu Dec 1 17:19:12 2016 UTC revision 3162 by torben, Mon Dec 5 19:28:07 2016 UTC
# Line 368  def play_real_video(url, name, position) Line 368  def play_real_video(url, name, position)
368              player.setSubtitles(subtitlesfile)              player.setSubtitles(subtitlesfile)
369              print '[Todic] started subtitles'              print '[Todic] started subtitles'
370          else:          else:
371              player.disableSubtitles()              player.showSubtitles(False)
372    
373    
374          if (position > 0):          if (position > 0):

Legend:
Removed from v.3161  
changed lines
  Added in v.3162

  ViewVC Help
Powered by ViewVC 1.1.20