mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 22:13:06 +03:00
make channel access opt-in rather than opt out
This commit is contained in:
@@ -73,6 +73,12 @@ namespace MediaBrowser.Model.Configuration
|
||||
/// </summary>
|
||||
/// <value><c>true</c> if [enable localized guids]; otherwise, <c>false</c>.</value>
|
||||
public bool EnableLocalizedGuids { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether [enable library metadata sub folder].
|
||||
/// </summary>
|
||||
/// <value><c>true</c> if [enable library metadata sub folder]; otherwise, <c>false</c>.</value>
|
||||
public bool EnableLibraryMetadataSubFolder { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the preferred metadata language.
|
||||
@@ -150,6 +156,8 @@ namespace MediaBrowser.Model.Configuration
|
||||
public bool EnableTvDbUpdates { get; set; }
|
||||
public bool EnableTmdbUpdates { get; set; }
|
||||
|
||||
public bool StoreArtistsInMetadata { get; set; }
|
||||
|
||||
public bool EnableFanArtUpdates { get; set; }
|
||||
public string FanartApiKey { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user