mirror of
https://github.com/Royce551/FRESHMusicPlayer.git
synced 2025-01-22 10:51:52 -05:00
Merge branch 'master' of https://github.com/Royce551/FRESHMusicPlayer-WPFUI
This commit is contained in:
commit
fb038f46bb
2 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@ namespace FRESHMusicPlayer.ViewModels
|
||||||
|
|
||||||
public class MainWindowViewModel : ViewModelBase
|
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 Timer ProgressTimer { get; private set; } = new(100);
|
||||||
public Library Library { get; private set; }
|
public Library Library { get; private set; }
|
||||||
public IMetadataProvider CurrentTrack { get; private set; }
|
public IMetadataProvider CurrentTrack { get; private set; }
|
||||||
|
|
|
@ -397,7 +397,7 @@
|
||||||
<Version>1.9.0</Version>
|
<Version>1.9.0</Version>
|
||||||
</PackageReference>
|
</PackageReference>
|
||||||
<PackageReference Include="NuGet.CommandLine">
|
<PackageReference Include="NuGet.CommandLine">
|
||||||
<Version>5.7.0</Version>
|
<Version>5.7.2</Version>
|
||||||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
||||||
<PrivateAssets>all</PrivateAssets>
|
<PrivateAssets>all</PrivateAssets>
|
||||||
</PackageReference>
|
</PackageReference>
|
||||||
|
|
Loading…
Reference in a new issue