mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 09:14:45 +03:00
Merge pull request #4874 from MrTimscampi/enable-tmdb-omdb
Enable TMDB and OMDB by default
(cherry picked from commit f8681aa518)
Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
This commit is contained in:
committed by
Joshua M. Boniface
parent
05b34b2710
commit
d9634b7fc0
@@ -49,8 +49,6 @@ namespace MediaBrowser.Model.Configuration
|
||||
new MetadataOptions
|
||||
{
|
||||
ItemType = "Series",
|
||||
DisabledMetadataFetchers = new[] { "TheMovieDb" },
|
||||
DisabledImageFetchers = new[] { "TheMovieDb" }
|
||||
},
|
||||
new MetadataOptions
|
||||
{
|
||||
@@ -69,13 +67,10 @@ namespace MediaBrowser.Model.Configuration
|
||||
new MetadataOptions
|
||||
{
|
||||
ItemType = "Season",
|
||||
DisabledMetadataFetchers = new[] { "TheMovieDb" },
|
||||
},
|
||||
new MetadataOptions
|
||||
{
|
||||
ItemType = "Episode",
|
||||
DisabledMetadataFetchers = new[] { "The Open Movie Database", "TheMovieDb" },
|
||||
DisabledImageFetchers = new[] { "The Open Movie Database", "TheMovieDb" }
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user