Merge tag 'v2.16.76' into v2.17.x
[dcpomatic.git] / src / lib / dcp_content.cc
index d92c64ce012d53d0a4572aa94c6ddd91c14a9f88..4d1ab4f8805949fe2c5f85fc48d0872f002fa03d 100644 (file)
@@ -746,6 +746,9 @@ DCPContent::can_reference_text (shared_ptr<const Film> film, TextType type, stri
        } catch (dcp::ReadError &) {
                /* We couldn't read the DCP, so it's probably missing */
                return false;
+       } catch (DCPError &) {
+               /* We couldn't read the DCP, so it's probably missing */
+               return false;
        } catch (dcp::KDMDecryptionError &) {
                /* We have an incorrect KDM */
                return false;