diff options
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; |
