aboutsummaryrefslogtreecommitdiffstats
path: root/src/DespotifyUtils.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-01-08 19:43:09 +0100
committerMax Kellermann <max@duempel.org>2014-01-08 19:48:55 +0100
commitac1983eae32caa7c6f10ec4bab32a9657bdb2668 (patch)
tree5139b83e3bef91741750f83dcdd9fea9f8304e7a /src/DespotifyUtils.cxx
parent33c5fc95b4281520fd54c76e4f898d8256b333f7 (diff)
downloadmpd-ac1983eae32caa7c6f10ec4bab32a9657bdb2668.tar.gz
mpd-ac1983eae32caa7c6f10ec4bab32a9657bdb2668.tar.xz
mpd-ac1983eae32caa7c6f10ec4bab32a9657bdb2668.zip
tag/TagBuilder: rename Commit() to CommitNew()
Diffstat (limited to 'src/DespotifyUtils.cxx')
-rw-r--r--src/DespotifyUtils.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DespotifyUtils.cxx b/src/DespotifyUtils.cxx
index 5bfcfd6a4..c2e88b013 100644
--- a/src/DespotifyUtils.cxx
+++ b/src/DespotifyUtils.cxx
@@ -108,7 +108,7 @@ mpd_despotify_tag_from_track(struct ds_track *track)
tag.AddItem(TAG_COMMENT, comment);
tag.SetTime(track->length / 1000);
- return tag.Commit();
+ return tag.CommitNew();
}
struct despotify_session *mpd_despotify_get_session(void)