diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2020-11-19 14:25:12 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-19 14:25:12 -0500 |
| commit | b5ff91c28159695858f24f768b5f6b5b33c0680c (patch) | |
| tree | 26f1c6f30dec44ff4a13f7e1e8aea46d9e054c2f /Emby.Server.Implementations/ApplicationHost.cs | |
| parent | 212c5318ae6dd26e56f10a36b7b85f0bae1bd02d (diff) | |
| parent | 1831b6cbab0781a0d8f4bafc9e018179db0e19a5 (diff) | |
Merge pull request #4298 from crobibero/bye-tvdb
Remove TheTVDB plugin from server source.
Diffstat (limited to 'Emby.Server.Implementations/ApplicationHost.cs')
| -rw-r--r-- | Emby.Server.Implementations/ApplicationHost.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs index aa2ec158f..5d47d1e40 100644 --- a/Emby.Server.Implementations/ApplicationHost.cs +++ b/Emby.Server.Implementations/ApplicationHost.cs @@ -94,7 +94,6 @@ using MediaBrowser.Model.System; using MediaBrowser.Model.Tasks; using MediaBrowser.Providers.Chapters; using MediaBrowser.Providers.Manager; -using MediaBrowser.Providers.Plugins.TheTvdb; using MediaBrowser.Providers.Plugins.Tmdb; using MediaBrowser.Providers.Subtitles; using MediaBrowser.XbmcMetadata.Providers; @@ -520,7 +519,6 @@ namespace Emby.Server.Implementations ServiceCollection.AddSingleton<IJsonSerializer, JsonSerializer>(); ServiceCollection.AddSingleton(_fileSystemManager); - ServiceCollection.AddSingleton<TvdbClientManager>(); ServiceCollection.AddSingleton<TmdbClientManager>(); ServiceCollection.AddSingleton(_networkManager); |
