mirror of
https://github.com/BililiveRecorder/BililiveRecorder.git
synced 2024-11-16 03:32:20 +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
|
else
|
||||||
{
|
{
|
||||||
this.uid = 0;
|
this.uid = 0;
|
||||||
|
this.buvid3 = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
var old = Interlocked.Exchange(ref this.client, client);
|
var old = Interlocked.Exchange(ref this.client, client);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user