summaryrefslogtreecommitdiff
path: root/PVideo.h
diff options
context:
space:
mode:
Diffstat (limited to 'PVideo.h')
-rw-r--r--PVideo.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/PVideo.h b/PVideo.h
index 101e5d1..b78f57a 100644
--- a/PVideo.h
+++ b/PVideo.h
@@ -33,7 +33,8 @@ namespace plexclient
class Video: XmlObject
{
public:
- Video(Poco::XML::Node* pNode, PlexServer* Server);
+ Video(Poco::XML::Node* pNode, PlexServer Server);
+ Video() {};
public:
int m_iRatingKey;
@@ -60,7 +61,7 @@ public:
std::vector<std::string> m_vRole;
std::string m_sCollection;
Media m_Media;
- PlexServer* m_pServer;
+ PlexServer m_Server;
int m_iMyPlayOffset;
};