aboutsummaryrefslogtreecommitdiffstats
path: root/src/Song.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-10-21 23:53:27 +0200
committerMax Kellermann <max@duempel.org>2013-10-21 23:53:30 +0200
commitf8c23488c942a89df74b231307281cf1919fab61 (patch)
tree20923b8ac9b8507ff1ce5e409d5c465e51fe6e2d /src/Song.hxx
parent1e2cda923970057cfab700422ec27f94e7458c25 (diff)
downloadmpd-f8c23488c942a89df74b231307281cf1919fab61.tar.gz
mpd-f8c23488c942a89df74b231307281cf1919fab61.tar.xz
mpd-f8c23488c942a89df74b231307281cf1919fab61.zip
Song: add method ReplaceTag()
Diffstat (limited to 'src/Song.hxx')
-rw-r--r--src/Song.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Song.hxx b/src/Song.hxx
index bd7465013..b74690e77 100644
--- a/src/Song.hxx
+++ b/src/Song.hxx
@@ -126,6 +126,8 @@ struct Song {
return parent == &detached_root;
}
+ void ReplaceTag(Tag &&tag);
+
bool UpdateFile();
bool UpdateFileInArchive();