Various updates.

This commit is contained in:
2026-01-25 17:17:31 -05:00
parent f459e0e6e6
commit e1338563ed
15 changed files with 307 additions and 32 deletions

View File

@@ -9,7 +9,7 @@ using System.Threading.Tasks;
namespace Harmonia.WinUI.ViewModels;
public class PlayingSongViewModel : ViewModelBase
public partial class PlayingSongViewModel : ViewModelBase
{
private readonly IAudioPlayer _audioPlayer;
private readonly IAudioBitmapImageCache _audioBitmapImageCache;