diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-01-23 16:51:23 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-01-23 16:51:23 -0500 |
| commit | a3b9d33248c94f04f630b73cba0cf5a886ab69a8 (patch) | |
| tree | 7fadcbc6dbe8dac708e1a66453f2b45482d99152 /MediaBrowser.Model/LiveTv | |
| parent | dac538e81273c89d1da1ec3f24f52d498732c889 (diff) | |
key m3u based on tvgid
Diffstat (limited to 'MediaBrowser.Model/LiveTv')
| -rw-r--r-- | MediaBrowser.Model/LiveTv/LiveTvOptions.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/MediaBrowser.Model/LiveTv/LiveTvOptions.cs b/MediaBrowser.Model/LiveTv/LiveTvOptions.cs index a27494dc51..3c2ace8964 100644 --- a/MediaBrowser.Model/LiveTv/LiveTvOptions.cs +++ b/MediaBrowser.Model/LiveTv/LiveTvOptions.cs @@ -57,8 +57,7 @@ namespace MediaBrowser.Model.LiveTv public string SourceB { get; set; } public string SourceC { get; set; } public string SourceD { get; set; } - - public int DataVersion { get; set; } + public bool EnableTvgId { get; set; } public TunerHostInfo() { |
