mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-15 22:56:18 +00:00
added new parent methods
This commit is contained in:
@@ -225,7 +225,6 @@ namespace MediaBrowser.Model.Configuration
|
||||
|
||||
public int SharingExpirationDays { get; set; }
|
||||
|
||||
public bool DisableXmlSavers { get; set; }
|
||||
public bool EnableWindowsShortcuts { get; set; }
|
||||
|
||||
public bool EnableVideoFrameByFrameAnalysis { get; set; }
|
||||
@@ -236,6 +235,7 @@ namespace MediaBrowser.Model.Configuration
|
||||
|
||||
public int MigrationVersion { get; set; }
|
||||
public bool EnableImagePreDownloading { get; set; }
|
||||
public bool EnableSharedCollectionViewImage { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="ServerConfiguration" /> class.
|
||||
|
||||
Reference in New Issue
Block a user