summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author1PunMan <saurabhsingh412@gmail.com>2018-05-28 14:01:42 +0530
committer1PunMan <saurabhsingh412@gmail.com>2018-05-28 14:13:39 +0530
commit972ca2c12d434a71d3a6eeb97604e9fdace3b5e4 (patch)
treed7fa2ce84acf825cdb3fc540d768902f76d981a4
parent80746024a9c781700f2b49f4ecba653d045f0312 (diff)
downloadgrilo-972ca2c12d434a71d3a6eeb97604e9fdace3b5e4.tar.gz
grilo: Add vala bindings for Key ALBUM_DISC_NUMBER
Currently Grilo returns an error when the Key ALBUM_DISC_NUMBER is used, this commit adds the binding to allow the key to function properly. https://gitlab.gnome.org/GNOME/grilo/issues/2
-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 d95b733..b68273a 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_DISC_NUMBER")]
+ public static Grl.KeyID ALBUM_DISC_NUMBER;
[CCode (cname ="GRL_METADATA_KEY_ALBUM_ARTIST")]
public static Grl.KeyID ALBUM_ARTIST;