1
0
Fork 0
forked from len0rd/rockbox

plugins lib: use existing mp3info function

Change-Id: I88d3c04db5cbc0905153b0e616adb7a64afee707
This commit is contained in:
Christian Soffke 2023-03-26 19:11:46 +02:00
parent 1e678977f2
commit 8b95f2e758
5 changed files with 16 additions and 24 deletions

View file

@ -21,6 +21,6 @@
#ifndef ID3_H
#define ID3_H
bool retrieve_id3(struct mp3entry *id3, const char* file, bool try_tagcache);
bool retrieve_id3(struct mp3entry *id3, const char* file);
#endif /* ID3_H */
#endif /* ID3_H */