aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Providers/Plugins/Tmdb/TV/TmdbSeasonProvider.cs
AgeCommit message (Expand)Author
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2022-11-17Add xmldocs for TMDb provider, correct provider spellingShadowghost
2022-01-13Fix build errorSenorSmartyPants
2022-01-13Config option to import season name from TMDBSenorSmartyPants
2021-12-20Use our own Contains extensioncvium
2021-11-05Add cast limit to tmdb plugin settingsJoe Rogers
2021-10-26Enable nullable for MediaBrowser.ProvidersBond_009
2021-06-27MediaBrowser.Providers: Remove some warningsBond_009
2021-01-26Remove season name from metadata resultMariusz Chryc
2020-10-03Migrate the TMDb providers to the TMDbLib librarycvium
2020-09-08Fix some warningsBond_009
2020-09-07Merge pull request #4078 from Bond-009/minor3Anthony Lavado
2020-09-07Minor improvementsBond_009
2020-09-07Fix null exception in other tmdb providerscvium
2020-08-31use named clientcrobibero
2020-08-19Fix warningsBond_009
2020-08-17Fix adding accept headerscrobibero
2020-08-17Remove IHttpClient from Providerscrobibero
2020-08-06Make external ids nullable in TMDbcvium
2020-06-19Enable TreatWarningsAsErrors in Release for MediaBrowser.ProvidersBond_009
2020-06-15fix SA1005telans
2020-06-13Merge pull request #3254 from crobibero/iloggerdkanada
2020-06-06Fix a small number of compile warningsaled
2020-06-06Merge remote-tracking branch 'upstream/master' into iloggercrobibero
2020-05-31fix some easy warnings for tmdbdkanada
2020-05-31move tmdb to plugin folderdkanada