Should have been in base config
This commit is contained in:
parent
4f77e18e86
commit
c76c74fb24
|
@ -1,4 +1,5 @@
|
||||||
using ProtoBuf;
|
using MediaBrowser.Model.Updates;
|
||||||
|
using ProtoBuf;
|
||||||
|
|
||||||
namespace MediaBrowser.Model.Configuration
|
namespace MediaBrowser.Model.Configuration
|
||||||
{
|
{
|
||||||
|
@ -38,6 +39,12 @@ namespace MediaBrowser.Model.Configuration
|
||||||
[ProtoMember(3)]
|
[ProtoMember(3)]
|
||||||
public bool EnableAutoUpdate { get; set; }
|
public bool EnableAutoUpdate { get; set; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Gets of sets a value indicating the level of system updates (Release, Beta, Dev)
|
||||||
|
/// </summary>
|
||||||
|
[ProtoMember(60)]
|
||||||
|
public PackageVersionClass SystemUpdateLevel { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The number of days we should retain log files
|
/// The number of days we should retain log files
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
@ -300,13 +300,7 @@ namespace MediaBrowser.Model.Configuration
|
||||||
[ProtoMember(57)]
|
[ProtoMember(57)]
|
||||||
public bool EnableDeveloperTools { get; set; }
|
public bool EnableDeveloperTools { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
// Next Proto number ====> 61
|
||||||
/// Gets of sets a value indicating the level of system updates (Release, Beta, Dev)
|
|
||||||
/// </summary>
|
|
||||||
[ProtoMember(59)]
|
|
||||||
public PackageVersionClass SystemUpdateLevel { get; set; }
|
|
||||||
|
|
||||||
// Next Proto number ====> 60
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Initializes a new instance of the <see cref="ServerConfiguration" /> class.
|
/// Initializes a new instance of the <see cref="ServerConfiguration" /> class.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user