From f44f95e5592f800edfa54ec8b6b1cc1ccf302e3a Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 19 Sep 2012 02:43:08 +0100 Subject: Another content kind seen capitalised. --- src/util.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/util.cc b/src/util.cc index 913b8b50..22041180 100644 --- a/src/util.cc +++ b/src/util.cc @@ -135,7 +135,7 @@ libdcp::content_kind_from_string (string type) return TRANSITIONAL; } else if (type == "rating") { return RATING; - } else if (type == "teaser") { + } else if (type == "teaser" || type == "Teaser") { return TEASER; } else if (type == "policy") { return POLICY; -- cgit v1.2.3