Bump libdcp for better ContentKind support, and libsub
[dcpomatic.git] / src / tools / dcpomatic_playlist.cc
index dea8e81d5b84b6204e51ee0fefbca05552684261..c327a8603d1f11a0c87c73da8ab0f69b7298dbf4 100644 (file)
@@ -360,7 +360,7 @@ private:
        {
                _list->SetItem (N, 0, std_to_wx(e.name));
                _list->SetItem (N, 1, std_to_wx(e.id));
-               _list->SetItem (N, 2, std_to_wx(dcp::content_kind_to_string(e.kind)));
+               _list->SetItem (N, 2, std_to_wx(e.kind->name()));
                _list->SetItem (N, 3, e.encrypted ? S_("Question|Y") : S_("Question|N"));
        }