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