Added playing song info view and view model.

This commit is contained in:
2025-03-03 22:32:17 -05:00
parent 0675131195
commit 9fc8791ad1
11 changed files with 198 additions and 27 deletions

View File

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