mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-06-23 15:30:56 -04:00
Enable TMDB and OMDB by default
This commit is contained in:
parent
8eeed82523
commit
48d8536d2f
@ -49,8 +49,6 @@ namespace MediaBrowser.Model.Configuration
|
|||||||
new MetadataOptions
|
new MetadataOptions
|
||||||
{
|
{
|
||||||
ItemType = "Series",
|
ItemType = "Series",
|
||||||
DisabledMetadataFetchers = new[] { "TheMovieDb" },
|
|
||||||
DisabledImageFetchers = new[] { "TheMovieDb" }
|
|
||||||
},
|
},
|
||||||
new MetadataOptions
|
new MetadataOptions
|
||||||
{
|
{
|
||||||
@ -69,13 +67,10 @@ namespace MediaBrowser.Model.Configuration
|
|||||||
new MetadataOptions
|
new MetadataOptions
|
||||||
{
|
{
|
||||||
ItemType = "Season",
|
ItemType = "Season",
|
||||||
DisabledMetadataFetchers = new[] { "TheMovieDb" },
|
|
||||||
},
|
},
|
||||||
new MetadataOptions
|
new MetadataOptions
|
||||||
{
|
{
|
||||||
ItemType = "Episode",
|
ItemType = "Episode",
|
||||||
DisabledMetadataFetchers = new[] { "The Open Movie Database", "TheMovieDb" },
|
|
||||||
DisabledImageFetchers = new[] { "The Open Movie Database", "TheMovieDb" }
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user