summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wx/film_viewer.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/film_viewer.cc b/src/wx/film_viewer.cc
index a7a2ab984..26c3467aa 100644
--- a/src/wx/film_viewer.cc
+++ b/src/wx/film_viewer.cc
@@ -238,6 +238,7 @@ FilmViewer::create_butler()
#endif
DCPOMATIC_ASSERT(_player);
+ _player->seek(_video_view->position(), true);
auto& audio = AudioBackend::instance()->rtaudio();