mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-07 00:36:41 +08:00
更新 MediaServerCard.vue
This commit is contained in:
@@ -435,21 +435,6 @@ onMounted(() => {
|
|||||||
@click:append-inner="loadLibrary(mediaServerInfo.name)"
|
@click:append-inner="loadLibrary(mediaServerInfo.name)"
|
||||||
/>
|
/>
|
||||||
</VCol>
|
</VCol>
|
||||||
<VCol cols="12">
|
|
||||||
<VSelect
|
|
||||||
v-model="mediaServerInfo.sync_libraries"
|
|
||||||
:label="t('mediaserver.syncLibraries')"
|
|
||||||
:items="librariesOptions"
|
|
||||||
chips
|
|
||||||
multiple
|
|
||||||
clearable
|
|
||||||
:hint="t('mediaserver.syncLibrariesHint')"
|
|
||||||
persistent-hint
|
|
||||||
active
|
|
||||||
append-inner-icon="mdi-refresh"
|
|
||||||
@click:append-inner="loadLibrary(mediaServerInfo.name)"
|
|
||||||
/>
|
|
||||||
</VCol>
|
|
||||||
</VRow>
|
</VRow>
|
||||||
<VRow v-else>
|
<VRow v-else>
|
||||||
<VCol cols="12" md="6">
|
<VCol cols="12" md="6">
|
||||||
|
|||||||
Reference in New Issue
Block a user