diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-08-16 18:03:22 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-08-16 18:03:22 -0400 |
| commit | 90843b218c9174b8697ddaa296594f9d364fa388 (patch) | |
| tree | 955c3a268cea269dbf2ed71f2efd8b6ae85c4848 /MediaBrowser.Controller/LiveTv | |
| parent | f49417c703802a646910476dab38dc3f1adfb5c3 (diff) | |
update recording styles
Diffstat (limited to 'MediaBrowser.Controller/LiveTv')
| -rw-r--r-- | MediaBrowser.Controller/LiveTv/LiveTvProgram.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/MediaBrowser.Controller/LiveTv/LiveTvProgram.cs b/MediaBrowser.Controller/LiveTv/LiveTvProgram.cs index 0a1735c238..b54a7aaeeb 100644 --- a/MediaBrowser.Controller/LiveTv/LiveTvProgram.cs +++ b/MediaBrowser.Controller/LiveTv/LiveTvProgram.cs @@ -61,12 +61,6 @@ namespace MediaBrowser.Controller.LiveTv public bool IsRepeat { get; set; } /// <summary> - /// Gets or sets the external series identifier. - /// </summary> - /// <value>The external series identifier.</value> - public string ExternalSeriesId { get; set; } - - /// <summary> /// Gets or sets the episode title. /// </summary> /// <value>The episode title.</value> |
