Fix missing line in previous.
[dcpomatic.git] / src / wx / content_view.cc
index b7f05020b5dbdd0f13dcd305599a5221c870f3ff..f2117fc20e5ff7f6f80619d77a99b653dc3c007d 100644 (file)
@@ -123,6 +123,7 @@ ContentView::update ()
                        error_dialog(this, std_to_wx(i->error_summary()) + ".\n", std_to_wx(i->error_details()));
                } else {
                        add (i->content());
+                       _content.push_back (i->content());
                }
        }
 }