Announce changes to cinemas file separately.
authorCarl Hetherington <cth@carlh.net>
Fri, 17 Jan 2025 01:59:29 +0000 (02:59 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 22 Jan 2025 13:34:25 +0000 (14:34 +0100)
src/lib/config.cc
src/lib/config.h

index aa783b7a244e014732fc007305c386f530e94e42..fd5f689939a85d65dd3aa776a28e6db03aa7e4a8 100644 (file)
@@ -1366,7 +1366,7 @@ Config::set_cinemas_file (boost::filesystem::path file)
 
        _cinemas_file = file;
 
-       changed (OTHER);
+       changed(CINEMAS_FILE);
 }
 
 
@@ -1705,6 +1705,7 @@ Config::load_from_zip(boost::filesystem::path zip_file, CinemasAction action)
        changed(Property::AUTO_CROP_THRESHOLD);
        changed(Property::ALLOW_SMPTE_BV20);
        changed(Property::ISDCF_NAME_PART_LENGTH);
+       changed(Property::CINEMAS_FILE);
        changed(Property::OTHER);
 }
 
index ba3e1cdd8b5beaa2ae545febbae82f21c1c2056d..5387f915f9d334b8f3ee127a1db61bacb8a7906f 100644 (file)
@@ -120,6 +120,7 @@ public:
 #ifdef DCPOMATIC_GROK
                GROK,
 #endif
+               CINEMAS_FILE,
                OTHER
        };