aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Providers/Plugins/Tmdb/TV/TmdbSeriesImageProvider.cs
AgeCommit message (Collapse)Author
2023-01-11Fix all warnings in MediaBrowser.ProvidersBond_009
2022-12-05Replace == null with is nullBond_009
2022-11-17Add xmldocs for TMDb provider, correct provider spellingShadowghost
2022-01-19Add TMDb logo handlingJoe Rogers
2021-11-03Move ConvertToRemoteImage to TmdbClientManagerJoe Rogers
2021-11-02Switch to method per image conversionJoe Rogers
2021-11-01Extract duplicate code, add testJoe Rogers
2021-09-09Fix images "not loading" after manual identificationChris Tam
2021-04-13Fix possible ArgumentNullExceptionBond_009
``` System.ArgumentNullException: Value cannot be null. (Parameter 'source') at System.Linq.ThrowHelper.ThrowArgumentNullException(ExceptionArgument argument) at System.Linq.Enumerable.Where[TSource](IEnumerable`1 source, Func`2 predicate) at MediaBrowser.Providers.Manager.ProviderManager.GetImages(BaseItem item, IRemoteImageProvider provider, IReadOnlyCollection`1 preferredLanguages, CancellationToken cancellationToken, Nullable`1 type) in /home/bond/dev/jellyfin/MediaBrowser.Providers/Manager/ProviderManager.cs:line 280 ```
2021-03-05Do not use language or imagelanguages when searching for imagescvium
TMDb API returns all images if languages are excluded, which is needed for the All Languages toggle in Identify.
2020-10-06Minor improvements to tmdb codeBond-009
2020-10-03Fix buildcvium
2020-10-03Apply suggestions from code reviewClaus Vium
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-10-03Add keywords as tags to series + cleanupcvium
2020-10-03Migrate the TMDb providers to the TMDbLib librarycvium
2020-09-08Fix buildBond_009
2020-09-08Fix some warningsBond_009
2020-08-31use named clientcrobibero
2020-08-17Remove IHttpClient from Providerscrobibero
2020-06-19Enable TreatWarningsAsErrors in Release for MediaBrowser.ProvidersBond_009
2020-06-06Fix a small number of compile warningsaled
2020-05-31fix some easy warnings for tmdbdkanada
2020-05-31move tmdb to plugin folderdkanada