diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-10-04 14:20:56 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-10-04 14:20:56 -0400 |
| commit | dcc0fca09787fe165497aa8dc182e59b4885ea63 (patch) | |
| tree | 9d466aa9b5b27906d961a18c8e931b6cfd939db2 /MediaBrowser.Controller/LiveTv | |
| parent | 5c613f2dda979f412ffc3eca19f0a933fa2ef942 (diff) | |
update channels
Diffstat (limited to 'MediaBrowser.Controller/LiveTv')
| -rw-r--r-- | MediaBrowser.Controller/LiveTv/LiveTvChannel.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/LiveTv/LiveTvChannel.cs b/MediaBrowser.Controller/LiveTv/LiveTvChannel.cs index 4702aea4f..89168c578 100644 --- a/MediaBrowser.Controller/LiveTv/LiveTvChannel.cs +++ b/MediaBrowser.Controller/LiveTv/LiveTvChannel.cs @@ -58,6 +58,7 @@ namespace MediaBrowser.Controller.LiveTv /// <value>The name of the service.</value> public string ServiceName { get; set; } + [IgnoreDataMember] public override LocationType LocationType { get |
