mirror of
https://github.com/BililiveRecorder/BililiveRecorder.git
synced 2024-11-15 19:22:19 +08:00
fix(core): set buvid3=null when anonymous
This commit is contained in:
parent
adc91cc4f3
commit
92cbfd074e
|
@ -68,6 +68,7 @@ namespace BililiveRecorder.Core.Api.Http
|
|||
else
|
||||
{
|
||||
this.uid = 0;
|
||||
this.buvid3 = null;
|
||||
}
|
||||
|
||||
var old = Interlocked.Exchange(ref this.client, client);
|
||||
|
|
Loading…
Reference in New Issue
Block a user