diff options
Diffstat (limited to 'src/Song.hxx')
-rw-r--r-- | src/Song.hxx | 2 |
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(); |