From dea00c1b3845382e900b7e592fe4550e95e1bdc0 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 14 May 2023 00:30:21 +0200 Subject: Don't scan the directory on DCPContent creation; instead do it when the examine() happens. --- src/lib/dcp_content.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib/dcp_content.h') 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 _markers; std::vector _ratings; std::vector _content_versions; + + boost::optional _directory; }; -- cgit v1.2.3