Go back to player having a playlist and not assuming it uses the film's content.
[dcpomatic.git] / src / wx / film_viewer.cc
index 7a306de62dc88598aa1165a88070620149314bb9..6f29bcc33b4b40cb045d59067e7d093ba156557f 100644 (file)
@@ -138,7 +138,7 @@ FilmViewer::set_film (shared_ptr<Film> film)
        }
 
        try {
-               _player.reset (new Player (_film));
+               _player.reset (new Player (_film, _film->playlist ()));
        } catch (bad_alloc) {
                error_dialog (this, _("There is not enough free memory to do that."));
                _film.reset ();