From ce2b6dc84d2e62cb4686b052613af383c8f620e1 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 29 Jan 2018 12:02:14 +0100 Subject: RemoteTagCache: new glue class for integrating RemoteTagScanner This commit also puts an instance of RemoteTagScanner into the Instance class, and hooks it into the "add" and "addid" commands. --- src/Partition.cxx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/Partition.cxx') diff --git a/src/Partition.cxx b/src/Partition.cxx index 6fb24dcf6..cb603247f 100644 --- a/src/Partition.cxx +++ b/src/Partition.cxx @@ -97,6 +97,12 @@ Partition::TagModified() playlist.TagModified(std::move(*song)); } +void +Partition::TagModified(const char *uri, const Tag &tag) noexcept +{ + playlist.TagModified(uri, tag); +} + void Partition::SyncWithPlayer() { -- cgit v1.2.3