aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/LiveTv/TimerEventInfo.cs
blob: 642dee3af8e9139e9a5047cc72987499962d2317 (plain)
1
2
3
4
5
6
7
8
namespace MediaBrowser.Controller.LiveTv
{
    public class TimerEventInfo
    {
        public string Id { get; set; }
        public string ProgramId { get; set; }
    }
}