jellyfin/MediaBrowser.Model/Configuration/LiveTvOptions.cs
Luke Pulverenti 715119b525 updated nuget
2014-05-17 14:37:40 -04:00

8 lines
No EOL
186 B
C#

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