mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-11-03 19:17:24 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			375 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			375 B
		
	
	
	
		
			C#
		
	
	
	
	
	
 | 
						|
namespace MediaBrowser.Model.Configuration
 | 
						|
{
 | 
						|
    public class TheMovieDbOptions
 | 
						|
    {
 | 
						|
        /// <summary>
 | 
						|
        /// Gets or sets a value indicating whether [enable automatic updates].
 | 
						|
        /// </summary>
 | 
						|
        /// <value><c>true</c> if [enable automatic updates]; otherwise, <c>false</c>.</value>
 | 
						|
        public bool EnableAutomaticUpdates { get; set; }
 | 
						|
    }
 | 
						|
}
 |