M module-audio/tags_fetcher/TagsFetcher.cpp => module-audio/tags_fetcher/TagsFetcher.cpp +2 -2
@@ 20,7 20,7 @@ namespace tags::fetcher
std::optional<Tags> fetchTagsInternal(const std::string &filePath)
{
- const TagLib::FileRef tagReader(filePath.c_str());
+ const TagLib::ConstFileRef tagReader(filePath.c_str());
const auto tags = tagReader.tag();
if (!tagReader.isNull() && (tags != nullptr)) {
const auto properties = tagReader.audioProperties();
@@ 66,7 66,7 @@ namespace tags::fetcher
return {};
}
- }
+ } // namespace
Tags fetchTags(const std::string &filePath)
{
M third-party/taglib => third-party/taglib +1 -1
@@ 1,1 1,1 @@
-Subproject commit f700e74025f56de2d35ef0c2a460f0ee2abaa034
+Subproject commit 1051e9a561fa821248f07b3f5b4b9f76e83f4df5