summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <mschraal@gnome.org>2019-07-15 23:03:52 +0200
committerMarinus Schraal <mschraal@gnome.org>2019-07-16 00:36:56 +0200
commit3e420e47592cfb16719952d98925ccfb061b470c (patch)
tree9d105b7c13abdcfbaeb8a1d0441d592bf6157adf
parentb682fa3286595ce8c75842a4958498f30398b36f (diff)
downloadgrilo-wip/mschraal/fix-grilo-0.3.8.tar.gz
grl-metadata-key: Comment broke keys generationwip/mschraal/fix-grilo-0.3.8
The generate_core_keys.py script was matching with the GRL_METADATA_KEY_ part in the comment and broke. Leave out the common key part in the comment to stop the script tripping.
-rw-r--r--src/grl-metadata-key.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/grl-metadata-key.h b/src/grl-metadata-key.h
index 6ee7eaf..89b9059 100644
--- a/src/grl-metadata-key.h
+++ b/src/grl-metadata-key.h
@@ -116,8 +116,7 @@ typedef enum {
#define GRL_METADATA_KEY_ORIGINAL_TITLE 49
#define GRL_METADATA_KEY_SIZE 50
#define GRL_METADATA_KEY_TITLE_FROM_FILENAME 51
-#define GRL_METADATA_KEY_MB_ALBUM_ID 52 /* Deprecated: use GRL_METADATA_KEY_MB_RELEASE_ID
- or GRL_METADATA_KEY_MB_RELEASE_GROUP_ID */
+#define GRL_METADATA_KEY_MB_ALBUM_ID 52 /* Deprecated: use MB_RELEASE_ID or MB_RELEASE_GROUP_ID */
#define GRL_METADATA_KEY_MB_TRACK_ID 53
#define GRL_METADATA_KEY_MB_ARTIST_ID 54
#define GRL_METADATA_KEY_MB_RECORDING_ID 55