diff options
Diffstat (limited to 'PVideo.h')
-rw-r--r-- | PVideo.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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; }; |