Allow films to be loaded when content is missing.
[dcpomatic.git] / src / wx / film_viewer.cc
index 945644fb1ede92c74131d721a283237d5897bba4..00aa6bef3848e156034300d1d092d17789c24d17 100644 (file)
@@ -345,6 +345,10 @@ FilmViewer::fetch_next_frame ()
                        _play_button->SetValue (false);
                        check_play_state ();
                        error_dialog (this, wxString::Format (_("Could not decode video for view (%s)"), std_to_wx(e.what()).data()));
+               } catch (OpenFileError& e) {
+                       /* There was a problem opening a content file; we'll let this slide as it
+                          probably means a missing content file, which we're already taking care of.
+                       */
                }
        }