diff options
Diffstat (limited to 'src/subtitle_content.h')
| -rw-r--r-- | src/subtitle_content.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/subtitle_content.h b/src/subtitle_content.h index c4d0012b..410c5934 100644 --- a/src/subtitle_content.h +++ b/src/subtitle_content.h @@ -67,9 +67,13 @@ public: Glib::ustring xml_as_string () const; protected: - std::string pkl_type () const { + std::string pkl_type (Standard) const { return "text/xml"; } + + std::string asdcp_kind () const { + return "Subtitle"; + } private: std::string font_id_to_name (std::string id) const; |
