Successfully playing a song in a party with one member

This commit is contained in:
watsonb8
2019-11-04 01:43:26 -05:00
parent ac17d9a432
commit 759c05e53b
6 changed files with 22 additions and 17 deletions

View File

@ -141,7 +141,7 @@ namespace Aurora.RemoteImpl
Grpc.Core.ServerCallContext context)
{
BaseMedia song = LibraryService.Instance.GetSong(request.Id);
song.Load();
await song.Load();
//Send stream
Console.WriteLine("Begin sending file");