diff options
author | Christian <zerov83@gmail.com> | 2016-03-30 21:51:20 +0200 |
---|---|---|
committer | Christian <zerov83@gmail.com> | 2016-03-30 21:51:20 +0200 |
commit | ee8662006d8bd06e79f12ee5143ecebd05eb2a75 (patch) | |
tree | 735b579a79657ccdbf90c96a40f4ca7ee2d0a7a9 /PVideo.h | |
parent | 566851085370849464623667eec1005c3b0cddfa (diff) | |
download | vdr-plugin-plex-ee8662006d8bd06e79f12ee5143ecebd05eb2a75.tar.gz vdr-plugin-plex-ee8662006d8bd06e79f12ee5143ecebd05eb2a75.tar.bz2 |
Added token {tagline}
Diffstat (limited to 'PVideo.h')
-rw-r--r-- | PVideo.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -63,6 +63,7 @@ public: std::string m_sGrandparentTitle; std::string m_sContentRating; std::string m_sSummary; + std::string m_sTagline; long m_lViewoffset; Poco::Timestamp m_tLastViewedAt; int m_iYear; |