0 && (
-
-
-
-
-
-
{
- setQuery(e.target.value)
- setSearched(false)
- }}
- placeholder={t('admin.metadata.searchPlaceholder')}
- />
-
-
+
+
{
+ setQuery(e.target.value)
+ setSearched(false)
+ }}
+ placeholder={t('admin.metadata.searchPlaceholder')}
+ />
{searched && results.length === 0 && (
{t('admin.metadata.nothingFound')}
@@ -245,6 +224,30 @@ export function ShowMetadataCard({ show, onChanged }: { show: ShowDto; onChanged
+ {providers && providers.length > 0 && (
+ <>
+
+
+ >
+ )}
diff --git a/frontend/src/shared/lib/i18n.ts b/frontend/src/shared/lib/i18n.ts
index e006c32..735e6b5 100644
--- a/frontend/src/shared/lib/i18n.ts
+++ b/frontend/src/shared/lib/i18n.ts
@@ -284,6 +284,8 @@ const resources = {
metadata: {
title: 'Метаданные',
pickFromGallery: 'Выбрать из галереи',
+ pickPoster: 'Из галереи',
+ searchLabel: 'Поиск метаданных',
originalName: 'Оригинальное название (eng)',
originalNamePlaceholder: 'Например: Family Guy',
originalNameHint: 'По нему ищутся метаданные; на экранах показывается обычное название.',
@@ -588,6 +590,8 @@ const resources = {
metadata: {
title: 'Metadata',
pickFromGallery: 'Pick from gallery',
+ pickPoster: 'From gallery',
+ searchLabel: 'Metadata search',
originalName: 'Original name (eng)',
originalNamePlaceholder: 'e.g. Family Guy',
originalNameHint: 'Metadata is looked up by this; screens still show the regular name.',