mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-17 21:31:25 +02:00
* OmdbProvider: The result often contains strings like '2010-' or '2010-2012'. I fixed the parsing to use the first 4 digits only in these cases * TheMovieDb: While the search method did send appropriate queries for different search types, it didn't differentiate for deserialization of results. I fixed this at least for the TvResults, in order to get the 'first_air_date' property parsed. * TheTvdb: The parsing of the 'FirstAired' node was missing here as well (for search results) |
||
|---|---|---|
| .. | ||
| DummySeasonProvider.cs | ||
| EpisodeMetadataService.cs | ||
| FanArtSeasonProvider.cs | ||
| FanartSeriesProvider.cs | ||
| FanArtTvUpdatesPostScanTask.cs | ||
| MissingEpisodeProvider.cs | ||
| MovieDbEpisodeImageProvider.cs | ||
| MovieDbSeasonProvider.cs | ||
| MovieDbSeriesImageProvider.cs | ||
| MovieDbSeriesProvider.cs | ||
| SeasonMetadataService.cs | ||
| SeriesMetadataService.cs | ||
| SeriesPostScanTask.cs | ||
| TvdbEpisodeImageProvider.cs | ||
| TvdbEpisodeProvider.cs | ||
| TvdbPrescanTask.cs | ||
| TvdbSeasonIdentityProvider.cs | ||
| TvdbSeasonImageProvider.cs | ||
| TvdbSeriesImageProvider.cs | ||
| TvdbSeriesProvider.cs | ||
| TvExternalIds.cs | ||