summaryrefslogtreecommitdiff
path: root/PVideo.h
diff options
context:
space:
mode:
authorChristian <zerov83@gmail.com>2016-03-30 21:51:20 +0200
committerChristian <zerov83@gmail.com>2016-03-30 21:51:20 +0200
commitee8662006d8bd06e79f12ee5143ecebd05eb2a75 (patch)
tree735b579a79657ccdbf90c96a40f4ca7ee2d0a7a9 /PVideo.h
parent566851085370849464623667eec1005c3b0cddfa (diff)
downloadvdr-plugin-plex-ee8662006d8bd06e79f12ee5143ecebd05eb2a75.tar.gz
vdr-plugin-plex-ee8662006d8bd06e79f12ee5143ecebd05eb2a75.tar.bz2
Added token {tagline}
Diffstat (limited to 'PVideo.h')
-rw-r--r--PVideo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/PVideo.h b/PVideo.h
index ed5b8dc..2660f36 100644
--- a/PVideo.h
+++ b/PVideo.h
@@ -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;