示例#1
0
        public async Task WebPlayerInitialized(string device_id)
        {
            PartyGoer partyGoer = await _partyGoerService.GetCurrentPartyGoerAsync();

            partyGoer.AddPerferredDeviceId(device_id);

            await _partyService.SyncListenerWithSongAsync(partyGoer);
        }