fix: not found and loading lyrics placeholder was not displayed

This commit is contained in:
Zhe Fang
2026-01-09 14:48:12 -05:00
parent 2738d45b69
commit b23d3c280f
8 changed files with 52 additions and 16 deletions

View File

@@ -0,0 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<Folder Include="Interfaces\" />
</ItemGroup>
</Project>