summaryrefslogtreecommitdiff
path: root/src/wx/film_viewer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/film_viewer.cc')
-rw-r--r--src/wx/film_viewer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/film_viewer.cc b/src/wx/film_viewer.cc
index f8373d3fd..8fca8f370 100644
--- a/src/wx/film_viewer.cc
+++ b/src/wx/film_viewer.cc
@@ -157,7 +157,7 @@ FilmViewer::set_film (shared_ptr<Film> f)
void
FilmViewer::update_from_decoder ()
{
- if (!_player || _player->seek_to_last ()) {
+ if (!_player || _player->seek (_player->last_video_time ())) {
return;
}