diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-02-24 02:18:50 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-02-24 02:18:50 -0500 |
| commit | 631bfb8ed225d4683d8fea42590a12dd83a1c0c4 (patch) | |
| tree | 8902c9affe6a1ac2bde3245fb287e86ca7d5b523 | |
| parent | f989c2d993473175ced128ba03555231a3f5c9c6 (diff) | |
add GuideGroup property
| -rw-r--r-- | MediaBrowser.Model/LiveTv/LiveTvOptions.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Model/LiveTv/LiveTvOptions.cs b/MediaBrowser.Model/LiveTv/LiveTvOptions.cs index 095fa95e1..50c41fd21 100644 --- a/MediaBrowser.Model/LiveTv/LiveTvOptions.cs +++ b/MediaBrowser.Model/LiveTv/LiveTvOptions.cs @@ -31,6 +31,7 @@ namespace MediaBrowser.Model.LiveTv public string Type { get; set; } public bool ImportFavoritesOnly { get; set; } public bool IsEnabled { get; set; } + public string GuideGroup { get; set; } public TunerHostInfo() { @@ -48,5 +49,6 @@ namespace MediaBrowser.Model.LiveTv public string ZipCode { get; set; } public string Country { get; set; } public string Path { get; set; } + public string GuideGroup { get; set; } } }
\ No newline at end of file |
