summaryrefslogtreecommitdiff
path: root/PVideo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'PVideo.cpp')
-rw-r--r--PVideo.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/PVideo.cpp b/PVideo.cpp
index 881ffe4..22f36e7 100644
--- a/PVideo.cpp
+++ b/PVideo.cpp
@@ -7,6 +7,7 @@ namespace plexclient
Video::Video(Poco::XML::Node* pNode, PlexServer Server, MediaContainer* parent)
{
m_iMyPlayOffset = 0;
+ m_lViewoffset = 0;
m_Server = Server;
NodeIterator it(pNode, Poco::XML::NodeFilter::SHOW_ALL);
Poco::XML::Node* pChildNode = it.nextNode();