MCPcopy Create free account
hub / github.com/MusicPlayerDaemon/MPD / OnRemoteTagError

Method OnRemoteTagError

src/RemoteTagCache.cxx:113–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113void
114RemoteTagCache::Item::OnRemoteTagError(std::exception_ptr e) noexcept
115{
116 FmtError(remote_tag_cache_domain,
117 "Failed to scan tags of {:?}: {}", uri, e);
118
119 scanner.reset();
120
121 const std::lock_guard lock{parent.mutex};
122 parent.ItemResolved(*this);
123}

Callers 1

OnErrorMethod · 0.45

Calls 1

ItemResolvedMethod · 0.80

Tested by

no test coverage detected