Successfully playing a song in a party with one member
This commit is contained in:
@ -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");
|
||||
|
Reference in New Issue
Block a user