mirror of
https://github.com/thsrite/MoviePilot-Plugins.git
synced 2026-03-27 10:05:57 +00:00
fix form
This commit is contained in:
@@ -1256,24 +1256,6 @@ class CloudStrmCompanion(_PluginBase):
|
||||
{
|
||||
'component': 'VRow',
|
||||
'content': [
|
||||
{
|
||||
'component': 'VCol',
|
||||
'props': {
|
||||
'cols': 12,
|
||||
'md': 8
|
||||
},
|
||||
'content': [
|
||||
{
|
||||
'component': 'VTextarea',
|
||||
'props': {
|
||||
'model': 'emby_path',
|
||||
'rows': '1',
|
||||
'label': '媒体库路径映射',
|
||||
'placeholder': 'MoviePilot本地文件路径:Emby文件路径(多组路径英文逗号拼接)'
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
'component': 'VCol',
|
||||
'props': {
|
||||
@@ -1295,6 +1277,24 @@ class CloudStrmCompanion(_PluginBase):
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
'component': 'VCol',
|
||||
'props': {
|
||||
'cols': 12,
|
||||
'md': 8
|
||||
},
|
||||
'content': [
|
||||
{
|
||||
'component': 'VTextarea',
|
||||
'props': {
|
||||
'model': 'emby_path',
|
||||
'rows': '1',
|
||||
'label': '媒体库路径映射',
|
||||
'placeholder': 'MoviePilot本地文件路径:Emby文件路径(多组路径英文逗号拼接)'
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user