aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/id3_extractor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/id3_extractor.c')
-rw-r--r--src/plugins/id3_extractor.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/id3_extractor.c b/src/plugins/id3_extractor.c
index 575a328..1426d01 100644
--- a/src/plugins/id3_extractor.c
+++ b/src/plugins/id3_extractor.c
@@ -272,6 +272,7 @@ EXTRACTOR_id3_extract (const char *data,
272 char track[16]; 272 char track[16];
273 int ret; 273 int ret;
274 274
275 ret = 0;
275 if (OK != get_id3 (data, size, &info)) 276 if (OK != get_id3 (data, size, &info))
276 return 0; 277 return 0;
277 if (strlen (info.title) > 0) 278 if (strlen (info.title) > 0)