[vlc-commits] fix compilation of latest WinRT
    Steve Lhomme 
    git at videolan.org
       
    Sat May 30 12:58:25 CEST 2015
    
    
  
libvlcpp | branch: master | Steve Lhomme <robUx4 at gmail.com> | Sat May 30 12:41:53 2015 +0200| [dee7a94278cce0d088a3e86028978e5d8f28d400] | committer: Hugo Beauzée-Luyssen
fix compilation of latest WinRT
Signed-off-by: Hugo Beauzée-Luyssen <hugo at beauzee.fr>
> http://git.videolan.org/gitweb.cgi/libvlcpp.git/?a=commit;h=dee7a94278cce0d088a3e86028978e5d8f28d400
---
 cppcx/MediaCX.hpp |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/cppcx/MediaCX.hpp b/cppcx/MediaCX.hpp
index f3cc4c6..563c92f 100644
--- a/cppcx/MediaCX.hpp
+++ b/cppcx/MediaCX.hpp
@@ -67,7 +67,9 @@ namespace libVLCX
         Season,
         Episode,
         ShowName,
-        Actors
+        Actors,
+        AlbumArtist,
+        DiscNumber
     };
 
     public enum class FromType
    
    
More information about the vlc-commits
mailing list