First pass at sync working. Need to ignore for special cases

This commit is contained in:
watsonb8
2019-11-11 15:10:08 -05:00
parent 5f035e9bcb
commit 1acc383e90
14 changed files with 296 additions and 44 deletions

View File

@ -384,7 +384,8 @@ namespace Aurora.Design.Views.Party
RemoteAudio remote = new RemoteAudio(data.Id,
meta,
_client.RemotePartyClient);
_client.RemotePlaybackClient,
_client.RemoteSyncClient);
Queue.Add(remote);
}