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
+7
View File
@@ -36,6 +36,7 @@
<None Remove="Pages\FavoriteAlbums.xaml" />
<None Remove="Pages\FavoriteArtists.xaml" />
<None Remove="Pages\FavoriteTracks.xaml" />
<None Remove="Pages\Search.xaml" />
<None Remove="Pages\Settings.xaml" />
</ItemGroup>
@@ -89,4 +90,10 @@
<None Include="D:\work\Harmony\HarmonyWinUI\.editorconfig" />
</ItemGroup>
<ItemGroup>
<Page Update="Pages\Search.xaml">
<Generator>MSBuild:Compile</Generator>
</Page>
</ItemGroup>
</Project>