aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Configuration/LiveTvOptions.cs
blob: 575f0b863783ebf4127339fbc3daf7a5d57cf30b (plain)
1
2
3
4
5
6
7
8
namespace MediaBrowser.Model.Configuration
{
    public class LiveTvOptions
    {
        public int? GuideDays { get; set; }
        public string ActiveService { get; set; }
    }
}