aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Providers/TV/TheTVDB/TvDbClientManager.cs
AgeCommit message (Expand)Author
2020-03-09start tvdb migration for plugin interfacedkanada
2019-09-25Some style fixesBond_009
2019-08-09Merge pull request #1484 from SenorSmartyPants/DVD-Orderdkanada
2019-08-07move comment to separate linedkanada
2019-06-22Update TVDB provider to search based on series display orderSenorSmartyPants
2019-06-21Wait for the async authentication to finish when the JTW token expiresClaus Vium
2019-05-31Fix inverted comparison in the tvdb token refresh logicClaus Vium
2019-02-20Add ConfigureAwait to awaited callsClaus Vium
2019-02-20Address review commentsClaus Vium
2019-02-15Use DI for TvDbClientManagerClaus Vium
2019-02-15Review commentsClaus Vium
2019-02-15Extract imagetype-to-keytype statements into a utility function and move tvdb...Claus Vium
2019-02-15Add key delimiter to avoid potential clashesClaus Vium
2019-02-15Add generic key generation functionClaus Vium
2019-02-15Add better language supportClaus Vium
2019-02-15Fix namespace in tvdbclientmanagerClaus Vium
2019-02-15Add support for searching for episodes by premiere date and fixed timezonesClaus Vium
2019-02-15Fix episode providerClaus Vium
2019-02-15Fix MissingEpisodeProvider (almost)Claus Vium
2019-02-15Fix a copy paste mistake and add series end dateClaus Vium
2019-02-15Add much needed exception handling and loggingClaus Vium
2019-02-15Add caching for all tvdb requestsClaus Vium
2019-02-15Use the locking properly, this is not Python...Claus Vium
2019-02-15More MemoryCache PoCClaus Vium
2019-02-15Add caching PoCClaus Vium
2019-02-15Episode provider is somewhat brokenClaus Vium