aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/LiveTv/DayPattern.cs
blob: 17efe39088f0cacf1c3b3d0b8428457ac225f200 (plain)
1
2
3
4
5
6
7
8
9
10
11
#pragma warning disable CS1591

namespace MediaBrowser.Model.LiveTv
{
    public enum DayPattern
    {
        Daily,
        Weekdays,
        Weekends
    }
}