扫描修改为后台扫描,openlist登录增加账号密码
This commit is contained in:
@@ -291,7 +291,7 @@ async function handleOpenListProxy(request: NextRequest) {
|
||||
},
|
||||
});
|
||||
const content = await contentResponse.text();
|
||||
metaInfo = JSON.parse(content);
|
||||
metaInfo = JSON.parse(content) as MetaInfo;
|
||||
setCachedMetaInfo(rootPath, metaInfo);
|
||||
}
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user