implemented search artists in MusicBrainz

This commit is contained in:
2026-08-17 01:10:30 +02:00
parent b02feb0b9f
commit 2d12ec2818
11 changed files with 419 additions and 30 deletions
+5
View File
@@ -4,6 +4,11 @@ root = true
# All files
[*]
trim_trailing_whitespace = true
indent_style = tab
indent_size = 4
tab_width = 4
end_of_line = lf
insert_final_newline = true
# C# files
[*.cs]