mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-20 05:04:18 +01:00
separate provider options
This commit is contained in:
17
MediaBrowser.Model/Configuration/FanartOptions.cs
Normal file
17
MediaBrowser.Model/Configuration/FanartOptions.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
|
||||
namespace MediaBrowser.Model.Configuration
|
||||
{
|
||||
public class FanartOptions
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether [enable automatic updates].
|
||||
/// </summary>
|
||||
/// <value><c>true</c> if [enable automatic updates]; otherwise, <c>false</c>.</value>
|
||||
public bool EnableAutomaticUpdates { get; set; }
|
||||
/// <summary>
|
||||
/// Gets or sets the user API key.
|
||||
/// </summary>
|
||||
/// <value>The user API key.</value>
|
||||
public string UserApiKey { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user