diff options
Diffstat (limited to 'apps/plugin.h')
-rw-r--r-- | apps/plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h index b446f62421..3623be0b5a 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -620,7 +620,7 @@ struct plugin_api { int (*codec_load_file)(const char* codec, struct codec_api *api); const char *(*get_codec_filename)(int cod_spec); - bool (*get_metadata)(struct track_info* track, int fd, const char* trackname, + bool (*get_metadata)(struct mp3entry* id3, int fd, const char* trackname, bool v1first); #endif void (*led)(bool on); |