mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 23:13:06 +03:00
fixes #797 - Determine mpeg2ts timestamp info
This commit is contained in:
@@ -168,8 +168,6 @@ namespace MediaBrowser.Model.Configuration
|
||||
/// <value>The dashboard source path.</value>
|
||||
public string DashboardSourcePath { get; set; }
|
||||
|
||||
public ManualLoginCategory[] ManualLoginClients { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether [enable tv db updates].
|
||||
/// </summary>
|
||||
@@ -178,6 +176,9 @@ namespace MediaBrowser.Model.Configuration
|
||||
public bool EnableTmdbUpdates { get; set; }
|
||||
public bool EnableFanArtUpdates { get; set; }
|
||||
|
||||
public bool RequireManualLoginForMobileApps { get; set; }
|
||||
public bool RequireManualLoginForOtherApps { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the image saving convention.
|
||||
/// </summary>
|
||||
@@ -256,7 +257,6 @@ namespace MediaBrowser.Model.Configuration
|
||||
|
||||
EnableInternetProviders = true; //initial installs will need these
|
||||
|
||||
ManualLoginClients = new ManualLoginCategory[] { };
|
||||
PathSubstitutions = new PathSubstitution[] { };
|
||||
|
||||
MetadataRefreshDays = 30;
|
||||
|
||||
Reference in New Issue
Block a user