Add Content::set_paths().
[dcpomatic.git] / src / lib / content.cc
index 942e9e533c8535b852af35df0b2108da5d8951fa..21b04c6493aea2f3d2ee0410a788b39a8dc85d04 100644 (file)
@@ -289,6 +289,13 @@ Content::set_path (boost::filesystem::path path)
        signal_changed (ContentProperty::PATH);
 }
 
+void
+Content::set_paths (vector<boost::filesystem::path> paths)
+{
+       _paths = paths;
+       signal_changed (ContentProperty::PATH);
+}
+
 string
 Content::path_summary () const
 {