Add missing seasons endpoint and update metadata handling
Implemented a new endpoint to retrieve missing seasons for shows, enhancing the MetadataEndpoints class. Updated the IMetadataProvider interface to include a method for fetching season numbers. Adjusted the ShowSummaryDto to include other genres and modified the ListShowsQueryHandler to handle multiple genres. Enhanced the Omdb and Tmdb metadata providers to support season number retrieval. Updated frontend components to integrate missing seasons functionality, including API calls and UI elements for displaying missing seasons reports.
This commit is contained in:
@@ -309,6 +309,7 @@ export const ru = {
|
||||
loadedSeasons: 'Загружены сезоны',
|
||||
genre: 'Жанр',
|
||||
allGenres: 'Все жанры',
|
||||
otherGenres: 'Остальные жанры',
|
||||
genresEmpty: 'Жанры не проставлены',
|
||||
genresEdit: 'Жанры',
|
||||
genresHint:
|
||||
@@ -682,6 +683,12 @@ export const ru = {
|
||||
missingUnknown: 'Источник не отдал число серий этого сезона.',
|
||||
missingNone: 'Все серии на месте.',
|
||||
missingList: 'Не хватает',
|
||||
findMissingSeasons: 'Найти отсутствующие сезоны',
|
||||
missingSeasonsTitle: 'Отсутствующие сезоны',
|
||||
missingSeasonsUnknownTotal: 'Источник не отдал список сезонов этого сериала.',
|
||||
missingSeasonsNone: 'Все сезоны на месте.',
|
||||
missingSeasonsList: 'Не загружено ни одной серии из сезонов',
|
||||
missingSeasonsUnknown: 'Источник не знает загруженные сезоны: {{list}}.',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user