From 2f8f188916f06876e009f459447f85c3ea1b93af Mon Sep 17 00:00:00 2001 From: chriszero Date: Sat, 13 Jun 2015 21:48:17 +0200 Subject: More token --- Directory.h | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'Directory.h') diff --git a/Directory.h b/Directory.h index 89406e6..1c4a7a0 100644 --- a/Directory.h +++ b/Directory.h @@ -30,9 +30,9 @@ using Poco::Exception; namespace plexclient { class MediaContainer; - + class Directory: private XmlObject, public cGridElement -{ +{ public: Directory(Poco::XML::Node* pNode, PlexServer* Server, MediaContainer* parent); @@ -53,13 +53,18 @@ public: std::string m_sUuid; std::string m_sArt; std::string m_sThumb; + std::string m_sStudio; Poco::Timestamp m_tUpdatedAt; Poco::Timestamp m_tCreatedAt; std::string m_sKey; + + std::vector m_vGenre; + std::vector m_vRole; + MediaType m_eType; PlexServer* m_pServer; MediaContainer* m_pParent; - + virtual std::string GetTitle(); std::string ArtUri(); std::string ThumbUri(); -- cgit v1.2.3