From 87eb8a9e931606da4197391b6e3a09376b1383c2 Mon Sep 17 00:00:00 2001 From: chriszero Date: Wed, 28 Jan 2015 21:17:18 +0100 Subject: - Counting played time correctly - Implemented switching audiostreams - Removed some compile warnings --- PVideo.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'PVideo.h') 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 m_vCountry; std::vector m_vRole; std::string m_sCollection; - Media *m_pMedia; + Media m_Media; PlexServer* m_pServer; }; -- cgit v1.2.3