diff options
| author | crobibero <cody@robibe.ro> | 2020-10-09 07:43:02 -0600 |
|---|---|---|
| committer | crobibero <cody@robibe.ro> | 2020-10-09 07:43:02 -0600 |
| commit | 3119acd5027509b384d7e122dba20b9212ebddf8 (patch) | |
| tree | fcd83dce3441287fbfdad6d4eda533ca3ed6f2d8 /Emby.Server.Implementations/ApplicationHost.cs | |
| parent | 10d48b062315581adc4706530bc388d53ff232a4 (diff) | |
Remove tvdb plugin from server.
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 0c8b0339b..8f27445a6 100644 --- a/Emby.Server.Implementations/ApplicationHost.cs +++ b/Emby.Server.Implementations/ApplicationHost.cs @@ -96,7 +96,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; @@ -537,7 +536,6 @@ namespace Emby.Server.Implementations ServiceCollection.AddSingleton<IJsonSerializer, JsonSerializer>(); ServiceCollection.AddSingleton(_fileSystemManager); - ServiceCollection.AddSingleton<TvdbClientManager>(); ServiceCollection.AddSingleton<TmdbClientManager>(); ServiceCollection.AddSingleton(_networkManager); |
