mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-06-05 14:44:46 -04:00
8 lines
186 B
C#
8 lines
186 B
C#
namespace MediaBrowser.Model.Configuration
|
|
{
|
|
public class LiveTvOptions
|
|
{
|
|
public int? GuideDays { get; set; }
|
|
public string ActiveService { get; set; }
|
|
}
|
|
} |