aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Providers/Plugins/Tmdb/TV/TmdbEpisodeProvider.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
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-04-21Merge pull request #5881 from cvium/tmdb-episode-externalidsBond-009
2021-04-21Update MediaBrowser.Providers/Plugins/Tmdb/TV/TmdbEpisodeProvider.csBond-009
2021-04-21Add tvrage and imdb ids for episodescvium
2021-04-09Add support for TMDB series absolute and DVD orderMohamed Akram
2021-03-02Fix TMDb search name containing year (#5349)David Ullmer
2020-10-06Minor improvements to tmdb codeBond-009
2020-10-03Add keywords as tags to series + cleanupcvium
2020-10-03Migrate the TMDb providers to the TMDbLib librarycvium
2020-09-08Fix some warningsBond_009
2020-09-07Fix null exception in tmdb episode providercvium
2020-08-19Fix warningsBond_009
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-06Fix a small number of compile warningsaled
2020-05-31fix some easy warnings for tmdbdkanada
2020-05-31move tmdb to plugin folderdkanada