diff options
author | Max Kellermann <max@duempel.org> | 2014-01-08 19:43:09 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-01-08 19:48:55 +0100 |
commit | ac1983eae32caa7c6f10ec4bab32a9657bdb2668 (patch) | |
tree | 5139b83e3bef91741750f83dcdd9fea9f8304e7a /src/playlist/SoundCloudPlaylistPlugin.cxx | |
parent | 33c5fc95b4281520fd54c76e4f898d8256b333f7 (diff) | |
download | mpd-ac1983eae32caa7c6f10ec4bab32a9657bdb2668.tar.gz mpd-ac1983eae32caa7c6f10ec4bab32a9657bdb2668.tar.xz mpd-ac1983eae32caa7c6f10ec4bab32a9657bdb2668.zip |
tag/TagBuilder: rename Commit() to CommitNew()
Diffstat (limited to 'src/playlist/SoundCloudPlaylistPlugin.cxx')
-rw-r--r-- | src/playlist/SoundCloudPlaylistPlugin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/playlist/SoundCloudPlaylistPlugin.cxx b/src/playlist/SoundCloudPlaylistPlugin.cxx index fa2712dad..cfbd0e8b5 100644 --- a/src/playlist/SoundCloudPlaylistPlugin.cxx +++ b/src/playlist/SoundCloudPlaylistPlugin.cxx @@ -221,7 +221,7 @@ handle_end_map(void *ctx) tag.SetTime(data->duration / 1000); if (data->title != nullptr) tag.AddItem(TAG_NAME, data->title); - s->tag = tag.Commit(); + s->tag = tag.CommitNew(); data->songs.emplace_front(s); |