Playback: Open videos in external player for now

This commit is contained in:
Thomas Perl 2014-02-03 00:37:39 +01:00
parent 9b9c70b99a
commit f816b37f47
2 changed files with 7 additions and 0 deletions

View file

@ -263,6 +263,7 @@ class gPotherSide:
else episode.url,
'position': episode.current_position,
'total': episode.total_time,
'video': episode.file_type() == 'video',
}
def report_playback_event(self, episode_id, position_from, position_to, duration):