diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-28 14:52:32 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-28 14:52:32 +0000 |
| commit | 4126980a15f4f6bb981d0793bd37483456c5bc79 (patch) | |
| tree | fbc22b199fc7c747aa74e03ef22e65d0d61b2d1c /src/cpl.h | |
| parent | d88c2244d4f90d54164fcc856c3ba73809756381 (diff) | |
Misc fixes.
Diffstat (limited to 'src/cpl.h')
| -rw-r--r-- | src/cpl.h | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -70,6 +70,14 @@ public: std::string content_title_text () const { return _content_title_text; } + + void set_content_version_id (std::string id) { + _content_version_id = id; + } + + void set_content_version_label_text (std::string text) { + _content_version_label_text = text; + } /** @return the type of the content, used by media servers * to categorise things (e.g. feature, trailer, etc.) |
