namespace MediaBrowser.Model.Configuration
{
    public class TheMovieDbOptions
    {
        /// 
        /// Gets or sets a value indicating whether [enable automatic updates].
        /// 
        /// true if [enable automatic updates]; otherwise, false.
        public bool EnableAutomaticUpdates { get; set; }
    }
}