Added playlist view and initial playlist view logic.

This commit is contained in:
2025-03-10 09:50:05 -04:00
parent 9890236710
commit bd9b30abbd
19 changed files with 619 additions and 20 deletions

View File

@@ -27,6 +27,9 @@
</ItemGroup>
<ItemGroup>
<Compile Update="Views\PlaylistView.axaml.cs">
<DependentUpon>PlaylistView.axaml</DependentUpon>
</Compile>
<Compile Update="Views\PlayingSongInfo.axaml.cs">
<DependentUpon>PlayingSongInfo.axaml</DependentUpon>
</Compile>