diff options
Diffstat (limited to 'apps/plugins/lib/id3.h')
-rw-r--r-- | apps/plugins/lib/id3.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/lib/id3.h b/apps/plugins/lib/id3.h index 292556d0c4..6ae1688798 100644 --- a/apps/plugins/lib/id3.h +++ b/apps/plugins/lib/id3.h @@ -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 */
\ No newline at end of file +#endif /* ID3_H */ |