Skip to content

Commit

Permalink
Merge pull request #4 from martijn00/master
Browse files Browse the repository at this point in the history
Bring for up to date with master
  • Loading branch information
jmartine2 authored Oct 12, 2016
2 parents 65b0bd3 + ba50fa0 commit 27befb0
Show file tree
Hide file tree
Showing 5 changed files with 15,277 additions and 9,166 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -194,3 +194,4 @@ FakesAssemblies/

# Visual Studio 6 workspace options file
*.opt
Resource.designer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public MediaManagerImplementation()
_playProgressTimer.Change(0, int.MaxValue);
break;
case MediaPlaybackState.Playing:
Status = sender.Position == TimeSpan.Zero ? PlayerStatus.STOPPED : PlayerStatus.PLAYING;
Status = PlayerStatus.PLAYING;
_playProgressTimer.Change(0, 50);
break;
case MediaPlaybackState.Paused:
Expand Down
2 changes: 1 addition & 1 deletion MediaManager/Plugin.MediaManager.UWP/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"Microsoft.NETCore.UniversalWindowsPlatform": "5.1.0"
"Microsoft.NETCore.UniversalWindowsPlatform": "5.2.2"
},
"frameworks": {
"uap10.0": {}
Expand Down
Loading

0 comments on commit 27befb0

Please sign in to comment.