diff options
author | chriszero <zerov83@gmail.com> | 2015-05-04 19:55:58 +0200 |
---|---|---|
committer | chriszero <zerov83@gmail.com> | 2015-05-04 19:55:58 +0200 |
commit | 56c8a3fbaa9530c17d3a4bbb1852ef5e4b0f3f30 (patch) | |
tree | 7b61062ab44c40bacf4c86ad0cac72b6bc7f7614 /PVideo.h | |
parent | f7196f23bc0ed500dcf1f60b794caa9a9f76a751 (diff) | |
download | vdr-plugin-plex-56c8a3fbaa9530c17d3a4bbb1852ef5e4b0f3f30.tar.gz vdr-plugin-plex-56c8a3fbaa9530c17d3a4bbb1852ef5e4b0f3f30.tar.bz2 |
Add Token "rating"
Diffstat (limited to 'PVideo.h')
-rw-r--r-- | PVideo.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -64,6 +64,7 @@ public: std::string m_sGrandparentArt; long m_iDuration; int m_iViewCount; + double m_dRating; Poco::Timestamp m_tAddedAt; Poco::Timestamp m_tUpdatedAt; |