fix(core): set buvid3=null when anonymous

This commit is contained in:
进栈检票 2023-07-16 17:28:16 +08:00 committed by Genteure
parent adc91cc4f3
commit 92cbfd074e

View File

@ -68,6 +68,7 @@ namespace BililiveRecorder.Core.Api.Http
else
{
this.uid = 0;
this.buvid3 = null;
}
var old = Interlocked.Exchange(ref this.client, client);