mirror of
https://github.com/Royce551/FRESHMusicPlayer.git
synced 2025-01-22 10:51:52 -05:00
a
This commit is contained in:
parent
26059363ed
commit
804fa247cf
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ namespace FRESHMusicPlayer.ViewModels
|
|||
|
||||
public class MainWindowViewModel : ViewModelBase
|
||||
{
|
||||
public Player Player { get; private set; }
|
||||
public Player Player { get; private set; } = new Player();
|
||||
public Timer ProgressTimer { get; private set; } = new(100);
|
||||
public Library Library { get; private set; }
|
||||
public IMetadataProvider CurrentTrack { get; private set; }
|
||||
|
|
Loading…
Reference in a new issue