tag/TagBuilder: rename Commit() to CommitNew()
This commit is contained in:
@@ -406,7 +406,7 @@ Convert(const struct mpd_song *song)
|
||||
for (const auto *i = &tag_table[0]; i->d != TAG_NUM_OF_ITEM_TYPES; ++i)
|
||||
Copy(tag, i->d, song, i->s);
|
||||
|
||||
s->tag = tag.Commit();
|
||||
s->tag = tag.CommitNew();
|
||||
|
||||
return s;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user