summaryrefslogtreecommitdiff
path: root/apps/metadata/monkeys.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/metadata/monkeys.c')
-rw-r--r--apps/metadata/monkeys.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/metadata/monkeys.c b/apps/metadata/monkeys.c
index 1cacff13af..4aff1412aa 100644
--- a/apps/metadata/monkeys.c
+++ b/apps/metadata/monkeys.c
@@ -91,5 +91,7 @@ bool get_monkeys_metadata(int fd, struct mp3entry* id3)
91 91
92 id3->length = ((int64_t) totalsamples * 1000) / id3->frequency; 92 id3->length = ((int64_t) totalsamples * 1000) / id3->frequency;
93 id3->bitrate = (id3->filesize * 8) / id3->length; 93 id3->bitrate = (id3->filesize * 8) / id3->length;
94
95 read_ape_tags(fd, id3);
94 return true; 96 return true;
95} 97}