mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-16 20:57:34 +08:00
添加 TMDB 刮削图片语言相关
This commit is contained in:
@@ -40,6 +40,7 @@ const SystemSettings = ref<any>({
|
||||
TMDB_API_DOMAIN: null,
|
||||
TMDB_IMAGE_DOMAIN: null,
|
||||
TMDB_LOCALE: null,
|
||||
TMDB_SCRAP_IMAGE_LOCALE: null,
|
||||
META_CACHE_EXPIRE: 0,
|
||||
SCRAP_FOLLOW_TMDB: true,
|
||||
FANART_ENABLE: false,
|
||||
@@ -715,6 +716,16 @@ onDeactivated(() => {
|
||||
:items="tmdbLanguageItems"
|
||||
/>
|
||||
</VCol>
|
||||
<VCol cols="12" md="6">
|
||||
<VSelect
|
||||
v-model="SystemSettings.Advanced.TMDB_SCRAP_IMAGE_LOCALE"
|
||||
:label="t('setting.system.tmdbScrapImageLocale')"
|
||||
:placeholder="t('setting.system.tmdbScrapImageLocalePlaceholder')"
|
||||
:hint="t('setting.system.tmdbScrapImageLocaleHint')"
|
||||
persistent-hint
|
||||
:items="tmdbLanguageItems"
|
||||
/>
|
||||
</VCol>
|
||||
<VCol cols="12" md="6">
|
||||
<VTextField
|
||||
v-model="SystemSettings.Advanced.META_CACHE_EXPIRE"
|
||||
|
||||
Reference in New Issue
Block a user