[grilo: 1/4] grilo: Add vala bindings for Key ALBUM_ARTIST



commit 80746024a9c781700f2b49f4ecba653d045f0312
Author: 1PunMan <saurabhsingh412 gmail com>
Date:   Sun May 20 16:12:33 2018 +0530

    grilo: Add vala bindings for Key ALBUM_ARTIST
    
    Currently Grilo returns an error when the Key ALBUM_ARTIST
    is used, this commit adds the binding to allow the key to
    function properly.
    
    https://gitlab.gnome.org/GNOME/grilo/issues/2

 bindings/vala/grilo-0.3-custom.vala | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/bindings/vala/grilo-0.3-custom.vala b/bindings/vala/grilo-0.3-custom.vala
index d045526..d95b733 100644
--- a/bindings/vala/grilo-0.3-custom.vala
+++ b/bindings/vala/grilo-0.3-custom.vala
@@ -111,6 +111,8 @@ namespace Grl {
                public static Grl.KeyID MB_RECORDING_ID;
                [CCode (cname ="GRL_METADATA_KEY_AUDIO_TRACK")]
                public static Grl.KeyID AUDIO_TRACK;
+               [CCode (cname ="GRL_METADATA_KEY_ALBUM_ARTIST")]
+               public static Grl.KeyID ALBUM_ARTIST;
 
                [CCode (cname ="GRL_METADATA_KEY_CHILDCOUNT_UNKNOWN")]
                public static uint CHILDCOUNT_UNKNOWN;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]