Commit 7a2e07e1 authored by Max Kellermann's avatar Max Kellermann

song_update: use decoder_plugin_tag_dup()

Minor code simplification.
parent aad05fd1
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment