mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-05 02:34:56 +02:00
数据绑定错误修改
This commit is contained in:
parent
56eff7a236
commit
1be34564f2
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@
|
|||
</div>
|
||||
|
||||
<div class="py-2">
|
||||
<ui-dropdown :label="$strings.LabelPodcastSearchRegion" v-model="newServerSettings.language" :items="$podcastSearchRegionOptions" small class="max-w-52" @input="(val) => updateSettingsKey('podcastSearchRegion', val)" />
|
||||
<ui-dropdown :label="$strings.LabelPodcastSearchRegion" v-model="newServerSettings.podcastSearchRegion" :items="$podcastSearchRegionOptions" small class="max-w-52" @input="(val) => updateSettingsKey('podcastSearchRegion', val)" />
|
||||
</div>
|
||||
|
||||
<!-- old experimental features -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue