summaryrefslogtreecommitdiff
path: root/src/lib/dcp_content.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-05-14 00:30:21 +0200
committerCarl Hetherington <cth@carlh.net>2023-05-14 20:45:40 +0200
commitdea00c1b3845382e900b7e592fe4550e95e1bdc0 (patch)
tree1ab5cfda356b3ed6ce7ceeef85e08ad05e7742c7 /src/lib/dcp_content.h
parent0f3797af7a31fab73d2f963d7690d11853f72865 (diff)
Don't scan the directory on DCPContent creation; instead do it when2528-content
the examine() happens.
Diffstat (limited to 'src/lib/dcp_content.h')
-rw-r--r--src/lib/dcp_content.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/dcp_content.h b/src/lib/dcp_content.h
index eb62ac354..a760fcd65 100644
--- a/src/lib/dcp_content.h
+++ b/src/lib/dcp_content.h
@@ -223,6 +223,8 @@ private:
std::map<dcp::Marker, dcpomatic::ContentTime> _markers;
std::vector<dcp::Rating> _ratings;
std::vector<std::string> _content_versions;
+
+ boost::optional<boost::filesystem::path> _directory;
};