mirror of
https://github.com/cxfksword/jellyfin-plugin-danmu.git
synced 2026-02-02 17:59:58 +08:00
Remove unused code
This commit is contained in:
@@ -193,7 +193,6 @@ public class Tencent : AbstractScraper
|
||||
try
|
||||
{
|
||||
var midHash = string.IsNullOrEmpty(comment.Nick) ? "anonymous".ToBase64() : comment.Nick.ToBase64();
|
||||
var mode = 1;
|
||||
var danmakuText = new ScraperDanmakuText();
|
||||
danmakuText.Progress = comment.TimeOffset.ToInt();
|
||||
danmakuText.Mode = 1;
|
||||
|
||||
Reference in New Issue
Block a user