diff options
Diffstat (limited to 'src/util.cc')
| -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 c171b2c7..4434b98c 100644 --- a/src/util.cc +++ b/src/util.cc @@ -127,7 +127,7 @@ libdcp::content_kind_from_string (string type) return FEATURE; } else if (type == "short") { return SHORT; - } else if (type == "trailer") { + } else if (type == "trailer" || type == "Trailer") { return TRAILER; } else if (type == "test") { return TEST; |
