namespace MediaBrowser.Model.Configuration { public class LiveTvOptions { public int? GuideDays { get; set; } public string ActiveService { get; set; } } }