diff options
Diffstat (limited to 'XmlObject.h')
-rw-r--r-- | XmlObject.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/XmlObject.h b/XmlObject.h index 16b63b7..5b8b2ca 100644 --- a/XmlObject.h +++ b/XmlObject.h @@ -11,13 +11,13 @@ namespace plexclient { -enum MediaType {UNDEF = 0, PHOTO, MOVIE, MUSIC, SHOW, SEASON}; +enum MediaType {UNDEF = 0, PHOTO, MOVIE, MUSIC, SHOW, SEASON, EPISODE}; enum StreamType {sUNDEF = 0, sVIDEO = 1, sAUDIO = 2, sSUBTITLE = 3}; class XmlObject { public: - + protected: static std::string GetNodeValue(Poco::XML::Node* pNode); static int GetNodeValueAsInt(Poco::XML::Node* pNode); |