mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-02-20 13:53:19 +01:00
数据绑定错误修改
This commit is contained in:
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user