Fixed bad usages

This commit is contained in:
emeric
2024-11-07 13:02:45 +01:00
parent 15c55c360c
commit 8f5110b5f4
2 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ namespace lms::metadata
};
// Mapping to internal taglib names and/or common alternative custom names
static const std::unordered_map<TagType, std::vector<std::string>> tagMapping{
const std::unordered_map<TagType, std::vector<std::string>> tagMapping{
{ TagType::AcoustID, { "ACOUSTID_ID", "ACOUSTID ID" } },
{ TagType::Album, { "ALBUM" } },
{ TagType::AlbumArtist, { "ALBUMARTIST" } },