mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-24 11:05:08 +01:00
added EnableInternetProviders to BaseItemDto
This commit is contained in:
@@ -469,7 +469,13 @@ namespace MediaBrowser.Model.Dto
|
||||
/// </summary>
|
||||
/// <value>The locked images.</value>
|
||||
public List<ImageType> LockedImages { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether [enable internet providers].
|
||||
/// </summary>
|
||||
/// <value><c>true</c> if [enable internet providers]; otherwise, <c>false</c>.</value>
|
||||
public bool? EnableInternetProviders { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets a value indicating whether this instance can resume.
|
||||
/// </summary>
|
||||
|
||||
@@ -67,9 +67,9 @@ namespace MediaBrowser.Model.Querying
|
||||
IndexOptions,
|
||||
|
||||
/// <summary>
|
||||
/// The locked fields
|
||||
/// The metadata settings
|
||||
/// </summary>
|
||||
LockedFields,
|
||||
MetadataSettings,
|
||||
|
||||
/// <summary>
|
||||
/// The item overview
|
||||
|
||||
Reference in New Issue
Block a user