summaryrefslogtreecommitdiff
path: root/PVideo.h
diff options
context:
space:
mode:
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();
};
}