Implement episode metadata management: add functionality to refresh episode metadata from external sources, including new API endpoints and UI integration. Enhance Show and Episode models to support additional metadata fields, and update database schema accordingly. Update ShowDetail and ShowMetadataCard components to display refreshed episode information and provide user feedback on metadata updates.
This commit is contained in:
@@ -273,6 +273,9 @@ const resources = {
|
||||
clear: 'Очистить',
|
||||
uploadPoster: 'Загрузить постер',
|
||||
noPoster: 'Нет постера',
|
||||
refreshEpisodes: 'Обновить серии',
|
||||
refreshing: 'Обновляем…',
|
||||
refreshedCount: 'Обновлено серий: {{count}}',
|
||||
},
|
||||
},
|
||||
},
|
||||
@@ -548,6 +551,9 @@ const resources = {
|
||||
clear: 'Clear',
|
||||
uploadPoster: 'Upload poster',
|
||||
noPoster: 'No poster',
|
||||
refreshEpisodes: 'Refresh episodes',
|
||||
refreshing: 'Refreshing…',
|
||||
refreshedCount: 'Episodes updated: {{count}}',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user