From ac1983eae32caa7c6f10ec4bab32a9657bdb2668 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 8 Jan 2014 19:43:09 +0100 Subject: tag/TagBuilder: rename Commit() to CommitNew() --- src/playlist/PlsPlaylistPlugin.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/playlist/PlsPlaylistPlugin.cxx') diff --git a/src/playlist/PlsPlaylistPlugin.cxx b/src/playlist/PlsPlaylistPlugin.cxx index 329bd8bfb..046a9f8c8 100644 --- a/src/playlist/PlsPlaylistPlugin.cxx +++ b/src/playlist/PlsPlaylistPlugin.cxx @@ -100,7 +100,7 @@ pls_parser(GKeyFile *keyfile, std::forward_list &songs) if(error) g_error_free(error); error = nullptr; - song->tag = tag.Commit(); + song->tag = tag.CommitNew(); songs.emplace_front(song); num_entries--; } -- cgit v1.2.3