Skip to content

Commit

Permalink
remove the snippet that's not referenced any longer
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay Sim committed Jul 13, 2017
1 parent a1650f3 commit d2ee1b8
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions MediaManager.UWP/AudioPlayerImplementation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -212,12 +212,5 @@ private async Task<MediaSource> CreateMediaSource(IMediaFile mediaFile)

return MediaSource.CreateFromUri(new Uri(mediaFile.Url));
}

//private Task Play()
//{
// _player.PlaybackSession.PlaybackRate = 1;
// _player.Play();
// return Task.CompletedTask;
//}
}
}

0 comments on commit d2ee1b8

Please sign in to comment.