mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-11 18:10:49 +08:00
自定义存储类型添加索引以区分不同的自定义存储
This commit is contained in:
@@ -159,7 +159,7 @@ async function loadMediaCategories() {
|
||||
function addStorage() {
|
||||
storages.value.push({
|
||||
name: `${t('storage.custom')} ${storages.value.length + 1}`,
|
||||
type: 'custom',
|
||||
type: `custom${storages.value.length + 1}`,
|
||||
config: {},
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user