diff options
author | chriszero <zerov83@gmail.com> | 2015-02-21 15:33:48 +0100 |
---|---|---|
committer | chriszero <zerov83@gmail.com> | 2015-02-21 15:33:48 +0100 |
commit | 37043899a114c20b50d26ceb2992c2e670b6024e (patch) | |
tree | 7b2fa140f0c1516ec6b98db484144b997a09e946 /PVideo.cpp | |
parent | 8f5d88e50d24cde272662520901defef42d575c6 (diff) | |
download | vdr-plugin-plex-37043899a114c20b50d26ceb2992c2e670b6024e.tar.gz vdr-plugin-plex-37043899a114c20b50d26ceb2992c2e670b6024e.tar.bz2 |
Add feature "playmarks"
Diffstat (limited to 'PVideo.cpp')
-rw-r--r-- | PVideo.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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(); |