summaryrefslogtreecommitdiff
path: root/bindings
diff options
context:
space:
mode:
author1PunMan <saurabhsingh412@gmail.com>2018-05-20 16:12:33 +0530
committer1PunMan <saurabhsingh412@gmail.com>2018-05-28 14:13:22 +0530
commit80746024a9c781700f2b49f4ecba653d045f0312 (patch)
tree89079e372b3f94c96fe4b34ac7eb4458717fdb8a /bindings
parent39c9d89635788c76c1777e7de11c2f7b851b4835 (diff)
downloadgrilo-80746024a9c781700f2b49f4ecba653d045f0312.tar.gz
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
Diffstat (limited to 'bindings')
-rw-r--r--bindings/vala/grilo-0.3-custom.vala2
1 files changed, 2 insertions, 0 deletions
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;