[vlc-devel] [PATCH] fix compilation of latest WinRT

Steve Lhomme robux4 at gmail.com
Sat May 30 12:41:53 CEST 2015


From: Steve Lhomme <robUx4 at gmail.com>

---
 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
-- 
2.3.0




More information about the vlc-devel mailing list