summaryrefslogtreecommitdiff
path: root/PVideo.h
diff options
context:
space:
mode:
Diffstat (limited to 'PVideo.h')
-rw-r--r--PVideo.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/PVideo.h b/PVideo.h
index 0d5829a..fb4b5a5 100644
--- a/PVideo.h
+++ b/PVideo.h
@@ -34,7 +34,6 @@ class Video: XmlObject
{
public:
Video(Poco::XML::Node* pNode, PlexServer* Server);
- ~Video();
public:
int m_iRatingKey;
@@ -60,7 +59,7 @@ public:
std::vector<std::string> m_vCountry;
std::vector<std::string> m_vRole;
std::string m_sCollection;
- Media *m_pMedia;
+ Media m_Media;
PlexServer* m_pServer;
};