mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #6457] [MERGED] Add 'includeAdult' option for TheMovieDb #10975
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/6457
Author: @Izumiko
Created: 8/21/2021
Status: ✅ Merged
Merged: 9/12/2021
Merged by: @cvium
Base:
master← Head:adult📝 Commits (1)
7027e2fAdd 'includeAdult' option for TheMovieDb📊 Changes
5 files changed (+130 additions, -3 deletions)
View changed files
📝
MediaBrowser.Providers/MediaBrowser.Providers.csproj(+2 -0)➕
MediaBrowser.Providers/Plugins/Tmdb/Configuration/PluginConfiguration.cs(+15 -0)➕
MediaBrowser.Providers/Plugins/Tmdb/Configuration/config.html(+52 -0)➕
MediaBrowser.Providers/Plugins/Tmdb/Plugin.cs(+58 -0)📝
MediaBrowser.Providers/Plugins/Tmdb/TmdbClientManager.cs(+3 -3)📄 Description
Changes
Some TV shows and movies are labeled as 'adult' at TheMovieDb. The TMDbLib uses the 'includeAdult' parameter to show this content in search results. This PR adds a configuration option to support this feature.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.