mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-28 03:39:46 +08:00
This commit is contained in:
@@ -123,7 +123,7 @@ async function querySubscribeSetting() {
|
||||
if (result5.success) selectedBestVersionRuleGroup.value = result5.data?.value
|
||||
// 查询检查本地媒体库是否存在资源开关
|
||||
const result6: { [key: string]: any } = await api.get('system/setting/LOCAL_EXISTS_SEARCH')
|
||||
if (result6.success) enableDirExistsSearch.value = result.data?.value
|
||||
if (result6.success) enableDirExistsSearch.value = result6.data?.value
|
||||
} catch (error) {
|
||||
console.log(error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user