Added an option to merge artists without MBIDs to those with one, fixes #642
This commit is contained in:
@@ -38,4 +38,7 @@ namespace lms::core
|
||||
private:
|
||||
T _value{};
|
||||
};
|
||||
|
||||
template<typename Tag>
|
||||
using TaggedBool = TaggedType<Tag, bool>;
|
||||
} // namespace lms::core
|
||||
Reference in New Issue
Block a user