mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-11-04 03:27:21 -05:00 
			
		
		
		
	Add SystemUpdateLevel back to server config
We get this back with the new installer/update mechanism
This commit is contained in:
		
							parent
							
								
									4115b83f78
								
							
						
					
					
						commit
						4f77e18e86
					
				@ -1,4 +1,5 @@
 | 
			
		||||
using MediaBrowser.Model.Weather;
 | 
			
		||||
using MediaBrowser.Model.Updates;
 | 
			
		||||
using MediaBrowser.Model.Weather;
 | 
			
		||||
using ProtoBuf;
 | 
			
		||||
using System;
 | 
			
		||||
 | 
			
		||||
@ -299,7 +300,13 @@ namespace MediaBrowser.Model.Configuration
 | 
			
		||||
        [ProtoMember(57)]
 | 
			
		||||
        public bool EnableDeveloperTools { get; set; }
 | 
			
		||||
 | 
			
		||||
        // Next Proto number ====> 59
 | 
			
		||||
        /// <summary>
 | 
			
		||||
        /// 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>
 | 
			
		||||
        /// Initializes a new instance of the <see cref="ServerConfiguration" /> class.
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user