mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-29 11:02:14 +01:00
Add api key to configuration
This commit is contained in:
@@ -7,6 +7,12 @@ namespace MediaBrowser.Providers.Plugins.Tmdb
|
||||
/// </summary>
|
||||
public class PluginConfiguration : BasePluginConfiguration
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets or sets a value to use as the API key for accessing TMDb. This is intentionally excluded from the
|
||||
/// settings page as the API key should not need to be changed by most users.
|
||||
/// </summary>
|
||||
public string TmdbApiKey { get; set; } = TmdbUtils.ApiKey;
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether include adult content when searching with TMDb.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user