mirror of
https://github.com/Jerryplusy/rc-plugin.git
synced 2025-10-14 16:19:18 +00:00
🐞 fix: 修复Lagrange是默认视频解析问题
This commit is contained in:
parent
8ec0627abd
commit
5a56db1f4a
@ -1701,7 +1701,7 @@ export class tools extends plugin {
|
|||||||
// 如果第一次使用没有值就设置
|
// 如果第一次使用没有值就设置
|
||||||
if (!(await redis.exists(REDIS_YUNZAI_LAGRANGE))) {
|
if (!(await redis.exists(REDIS_YUNZAI_LAGRANGE))) {
|
||||||
await redis.set(
|
await redis.set(
|
||||||
REDIS_YUNZAI_ISOVERSEA,
|
REDIS_YUNZAI_LAGRANGE,
|
||||||
JSON.stringify({
|
JSON.stringify({
|
||||||
driver: false,
|
driver: false,
|
||||||
}),
|
}),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user