mirror of
https://github.com/BililiveRecorder/BililiveRecorder.git
synced 2024-11-15 19:22:19 +08:00
fix(core): also remove buvid
This commit is contained in:
parent
557b88c950
commit
547cde5940
|
@ -546,8 +546,9 @@ retry:
|
||||||
{
|
{
|
||||||
var obj = JObject.Parse(json);
|
var obj = JObject.Parse(json);
|
||||||
obj["uid"] = this.Uid;
|
obj["uid"] = this.Uid;
|
||||||
// delete token
|
// delete key and buvid
|
||||||
obj.Remove("key");
|
obj.Remove("key");
|
||||||
|
obj.Remove("buvid");
|
||||||
json = obj.ToString(Formatting.None);
|
json = obj.ToString(Formatting.None);
|
||||||
}
|
}
|
||||||
return this.userScriptRunner.CallOnDanmakuHandshake(this.logger, this, json);
|
return this.userScriptRunner.CallOnDanmakuHandshake(this.logger, this, json);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user