First pass at sync working. Need to ignore for special cases
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user