diff options
Diffstat (limited to 'MediaBrowser.Controller')
| -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> |
