diff options
Diffstat (limited to 'PVideo.cpp')
-rw-r--r-- | PVideo.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,9 +3,9 @@ namespace plexclient { -Video::Video(Poco::XML::Node* pNode) +Video::Video(Poco::XML::Node* pNode, PlexServer* Server) { - + m_pServer = Server; NodeIterator it(pNode, Poco::XML::NodeFilter::SHOW_ALL); Poco::XML::Node* pChildNode = it.nextNode(); |