summaryrefslogtreecommitdiff
path: root/apps/metadata/spc.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/metadata/spc.c')
-rw-r--r--apps/metadata/spc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/metadata/spc.c b/apps/metadata/spc.c
index 786c678c4c..f1fcb81707 100644
--- a/apps/metadata/spc.c
+++ b/apps/metadata/spc.c
@@ -124,5 +124,8 @@ bool get_spc_metadata(int fd, struct mp3entry* id3)
124 124
125 id3->length = length+fade; 125 id3->length = length+fade;
126 126
127 id3->filesize = filesize(fd);
128 id3->genre_string = id3_get_num_genre(36);
129
127 return true; 130 return true;
128} 131}