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 f893859..f05c220 100644
--- a/PVideo.cpp
+++ b/PVideo.cpp
@@ -5,6 +5,7 @@ namespace plexclient
Video::Video(Poco::XML::Node* pNode, PlexServer* Server)
{
+ m_iMyPlayOffset = 0;
m_pServer = Server;
NodeIterator it(pNode, Poco::XML::NodeFilter::SHOW_ALL);
Poco::XML::Node* pChildNode = it.nextNode();