summaryrefslogtreecommitdiff
path: root/src/util.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-09-19 02:43:08 +0100
committerCarl Hetherington <cth@carlh.net>2012-09-19 02:43:08 +0100
commitf44f95e5592f800edfa54ec8b6b1cc1ccf302e3a (patch)
tree6980b70355e5040a568e46be40678cb86106574a /src/util.cc
parentb8f81f0270229c3a9d923f47ddad39f6ed73d13a (diff)
Another content kind seen capitalised.
Diffstat (limited to 'src/util.cc')
-rw-r--r--src/util.cc2
1 files changed, 1 insertions, 1 deletions
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;