mutable song: rename a few functions
This commit is contained in:
@@ -1379,7 +1379,7 @@ void EditLibraryTag::Run()
|
||||
for (auto s = songs.begin(); s != songs.end(); ++s)
|
||||
{
|
||||
MPD::MutableSong es = *s;
|
||||
es.setTag(set, new_tag);
|
||||
es.setTags(set, new_tag);
|
||||
ShowMessage("Updating tags in \"%s\"...", es.getName().c_str());
|
||||
std::string path = Config.mpd_music_dir + es.getURI();
|
||||
if (!TagEditor::WriteTags(es))
|
||||
|
||||
Reference in New Issue
Block a user