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 22626b4..a3fee9a 100644 --- a/XmlObject.h +++ b/XmlObject.h @@ -11,7 +11,7 @@ namespace plexclient { -enum MediaType {UNDEF = 0, PHOTO, MOVIE, MUSIC, SHOW, SEASON, EPISODE}; +enum MediaType {UNDEF = 0, MOVIE, SHOW, SEASON, EPISODE, MUSIC, PHOTO}; enum StreamType {sUNDEF = 0, sVIDEO = 1, sAUDIO = 2, sSUBTITLE = 3}; class XmlObject |