Allow films to be loaded when content is missing.
[dcpomatic.git] / src / lib / film.cc
index f869289d5700fbab7fca1de7e5785d58a3775d29..650163efebe174b1e810f960869bfdb27ad46d6c 100644 (file)
@@ -844,6 +844,12 @@ Film::best_video_frame_rate () const
        return _playlist->best_dcp_frame_rate ();
 }
 
+bool
+Film::content_paths_valid () const
+{
+       return _playlist->content_paths_valid ();
+}
+
 void
 Film::playlist_content_changed (boost::weak_ptr<Content> c, int p)
 {