mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 14:33:06 +03:00
Should have been in base config
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using ProtoBuf;
|
||||
using MediaBrowser.Model.Updates;
|
||||
using ProtoBuf;
|
||||
|
||||
namespace MediaBrowser.Model.Configuration
|
||||
{
|
||||
@@ -38,6 +39,12 @@ namespace MediaBrowser.Model.Configuration
|
||||
[ProtoMember(3)]
|
||||
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>
|
||||
/// The number of days we should retain log files
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user