~aleteoryx/muditaos

ef189d96a12c9c836b3e3b61e4667f7c8a656dfb — Mateusz Piesta 2 years ago 1cbfaaa
[MOS-205] Unneeded fs notify events

Fixed problem with fs notification events
being sent one time too many.
2 files changed, 3 insertions(+), 3 deletions(-)

M module-audio/tags_fetcher/TagsFetcher.cpp
M third-party/taglib
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