summaryrefslogtreecommitdiff
path: root/PVideo.h
diff options
context:
space:
mode:
Diffstat (limited to 'PVideo.h')
-rw-r--r--PVideo.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/PVideo.h b/PVideo.h
index f4d8e0c..8330d53 100644
--- a/PVideo.h
+++ b/PVideo.h
@@ -47,6 +47,7 @@ class Video: private XmlObject
private:
MediaContainer* m_pParent;
void Parse(Poco::XML::Node* pNode);
+ void ParseExtras(Poco::XML::Node* pNode);
public:
Video(Poco::XML::Node* pNode, PlexServer* Server, MediaContainer* parent);
@@ -87,6 +88,8 @@ public:
int m_iMyPlayOffset;
int m_iIndex;
int m_iParentIndex;
+ std::vector<Video> m_vExtras;
+ ExtraType m_eExtraType;
virtual std::string GetTitle();
bool SetStream(Stream* stream);