diff options
author | chriszero <zerov83@gmail.com> | 2015-03-05 20:11:09 +0100 |
---|---|---|
committer | chriszero <zerov83@gmail.com> | 2015-03-05 20:11:09 +0100 |
commit | a37e5ffb71a36ed841ec7f53ae24cca5b441c6d2 (patch) | |
tree | eab7bea85644b89c5d21a83d9b001353849151e7 /PVideo.h | |
parent | f32ddb726d477ea1be41d852932d22b9def83d28 (diff) | |
download | vdr-plugin-plex-a37e5ffb71a36ed841ec7f53ae24cca5b441c6d2.tar.gz vdr-plugin-plex-a37e5ffb71a36ed841ec7f53ae24cca5b441c6d2.tar.bz2 |
Scobble / Unscrobble function
Diffstat (limited to 'PVideo.h')
-rw-r--r-- | PVideo.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -56,6 +56,7 @@ public: std::string m_sThumb; std::string m_sArt; long m_iDuration; + int m_iViewCount; Poco::Timestamp m_tAddedAt; Poco::Timestamp m_tUpdatedAt; @@ -74,6 +75,8 @@ public: std::string GetTitle(); bool SetStream(Stream* stream); bool UpdateFromServer(); + bool SetWatched(); + bool SetUnwatched(); }; } |