jxxghp
2025-09-13 10:18:41 +08:00
parent 57bf0d2021
commit e37bde77a1
5 changed files with 23 additions and 0 deletions

View File

@@ -190,6 +190,16 @@ watch(
prepend-inner-icon="mdi-play-network"
/>
</VCol>
<VCol cols="12" md="6">
<VTextField
v-model="wizardData.mediaServer.config.username"
:label="t('mediaserver.username')"
:hint="t('mediaserver.usernameHint')"
persistent-hint
active
prepend-inner-icon="mdi-account"
/>
</VCol>
<VCol cols="12" md="6">
<VTextField
v-model="wizardData.mediaServer.config.apikey"