tag/TagBuilder: rename Commit() to CommitNew()
This commit is contained in:
@@ -104,7 +104,7 @@ song_load(TextFile &file, Directory *parent, const char *uri,
|
||||
}
|
||||
|
||||
if (tag.IsDefined())
|
||||
song->tag = tag.Commit();
|
||||
song->tag = tag.CommitNew();
|
||||
|
||||
return song;
|
||||
}
|
||||
|
Reference in New Issue
Block a user