小雅获取剧集时刷新文件夹

This commit is contained in:
mtvpls
2026-01-15 23:48:13 +08:00
parent e392e9f543
commit 036e909f74
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -6200,7 +6200,7 @@ function PlayPageClient() {
// 使用轮询机制等待弹幕插件准备好(替代固定延迟)
let pollAttempts = 0;
const maxPollAttempts = 60; // 最多尝试 60 次(30 秒)
const maxPollAttempts = 120; // 最多尝试 120 次(60 秒)
const pollInterval = 500; // 每 500ms 检查一次
const pollForDanmakuPlugin = () => {