mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-07 08:46:40 +08:00
更新 AccountSettingDirectory.vue
This commit is contained in:
@@ -137,7 +137,7 @@ function addDownloadDirectory() {
|
|||||||
downloadDirectories.value.push({
|
downloadDirectories.value.push({
|
||||||
name: `下载目录${downloadDirectories.value.length + 1}`,
|
name: `下载目录${downloadDirectories.value.length + 1}`,
|
||||||
path: '',
|
path: '',
|
||||||
media_type: '全部',
|
media_type: '',
|
||||||
category: '',
|
category: '',
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
@@ -181,7 +181,7 @@ function addLibraryDirectory() {
|
|||||||
libraryDirectories.value.push({
|
libraryDirectories.value.push({
|
||||||
name: `媒体库目录${libraryDirectories.value.length + 1}`,
|
name: `媒体库目录${libraryDirectories.value.length + 1}`,
|
||||||
path: '',
|
path: '',
|
||||||
media_type: '全部',
|
media_type: '',
|
||||||
category: '',
|
category: '',
|
||||||
scrape: true,
|
scrape: true,
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user