diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-09-19 02:43:08 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-09-19 02:43:08 +0100 |
| commit | f44f95e5592f800edfa54ec8b6b1cc1ccf302e3a (patch) | |
| tree | 6980b70355e5040a568e46be40678cb86106574a /src | |
| parent | b8f81f0270229c3a9d923f47ddad39f6ed73d13a (diff) | |
Another content kind seen capitalised.
Diffstat (limited to 'src')
| -rw-r--r-- | src/util.cc | 2 |
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; |
