diff options
Diffstat (limited to 'XmlObject.h')
-rw-r--r-- | XmlObject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/XmlObject.h b/XmlObject.h index a3fee9a..a8619b6 100644 --- a/XmlObject.h +++ b/XmlObject.h @@ -11,7 +11,7 @@ namespace plexclient { -enum MediaType {UNDEF = 0, MOVIE, SHOW, SEASON, EPISODE, MUSIC, PHOTO}; +enum MediaType {UNDEF = 0, MOVIE, SHOW, SEASON, EPISODE, MUSIC, PHOTO, CLIP}; enum StreamType {sUNDEF = 0, sVIDEO = 1, sAUDIO = 2, sSUBTITLE = 3}; class XmlObject |