summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-04-30 16:04:34 +0100
committerCarl Hetherington <cth@carlh.net>2019-05-08 23:25:22 +0100
commitd27ef92ec050a0d995a7eaeb534ed8016b1ca39b (patch)
treec889dd3f4a0aecbdbbd77e462fa27be99b567c29 /src/lib
parent403ebc202f09d41620eecfb4f6ef25e791e20bf4 (diff)
Build fixes.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/film.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/film.cc b/src/lib/film.cc
index aaa2627e1..dee3196c5 100644
--- a/src/lib/film.cc
+++ b/src/lib/film.cc
@@ -547,6 +547,7 @@ Film::read_metadata (optional<boost::filesystem::path> path)
_ratings.push_back (dcp::Rating(i));
}
+ list<string> notes;
_playlist->set_from_xml (shared_from_this(), f.node_child ("Playlist"), _state_version, notes);
/* Write backtraces to this film's directory, until another film is loaded */