diff options
-rw-r--r-- | src/song_update.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/song_update.c b/src/song_update.c index ab366b0c7..17e1baf96 100644 --- a/src/song_update.c +++ b/src/song_update.c @@ -129,7 +129,7 @@ song_file_update(struct song *song) song->mtime = st.st_mtime; do { - song->tag = plugin->tag_dup(path_fs); + song->tag = decoder_plugin_tag_dup(plugin, path_fs); if (song->tag != NULL) break; |