summaryrefslogtreecommitdiff
path: root/PVideo.h
diff options
context:
space:
mode:
authorchriszero <zerov83@gmail.com>2015-03-05 20:11:09 +0100
committerchriszero <zerov83@gmail.com>2015-03-05 20:11:09 +0100
commita37e5ffb71a36ed841ec7f53ae24cca5b441c6d2 (patch)
treeeab7bea85644b89c5d21a83d9b001353849151e7 /PVideo.h
parentf32ddb726d477ea1be41d852932d22b9def83d28 (diff)
downloadvdr-plugin-plex-a37e5ffb71a36ed841ec7f53ae24cca5b441c6d2.tar.gz
vdr-plugin-plex-a37e5ffb71a36ed841ec7f53ae24cca5b441c6d2.tar.bz2
Scobble / Unscrobble function
Diffstat (limited to 'PVideo.h')
-rw-r--r--PVideo.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/PVideo.h b/PVideo.h
index c8f7c82..c419fff 100644
--- a/PVideo.h
+++ b/PVideo.h
@@ -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();
};
}