[vlc-commits] vlc_media_library.h: Add a VLC_ML_PARENT_UNKNOWN
Hugo Beauzée-Luyssen
git at videolan.org
Wed Jan 23 18:09:07 CET 2019
vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Wed Jan 23 16:47:31 2019 +0100| [c5d404e583979de1099414edff397ddadc4a8594] | committer: Hugo Beauzée-Luyssen
vlc_media_library.h: Add a VLC_ML_PARENT_UNKNOWN
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c5d404e583979de1099414edff397ddadc4a8594
---
include/vlc_media_library.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/include/vlc_media_library.h b/include/vlc_media_library.h
index 27a4324465..ce885099ab 100644
--- a/include/vlc_media_library.h
+++ b/include/vlc_media_library.h
@@ -398,7 +398,8 @@ enum vlc_ml_list_queries
enum vlc_ml_parent_type
{
- VLC_ML_PARENT_ALBUM = 1,
+ VLC_ML_PARENT_UNKNOWN,
+ VLC_ML_PARENT_ALBUM,
VLC_ML_PARENT_ARTIST,
VLC_ML_PARENT_SHOW,
VLC_ML_PARENT_GENRE,
More information about the vlc-commits
mailing list