mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 23:47:41 +08:00
fix db init
This commit is contained in:
@@ -54,6 +54,16 @@ def upgrade() -> None:
|
|||||||
"type": "local",
|
"type": "local",
|
||||||
"name": "本地",
|
"name": "本地",
|
||||||
"config": {}
|
"config": {}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "alipan",
|
||||||
|
"name": "阿里云盘",
|
||||||
|
"config": {}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "u115",
|
||||||
|
"name": "115网盘",
|
||||||
|
"config": {}
|
||||||
}
|
}
|
||||||
])
|
])
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user