aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/LiveTv/ProgramInfo.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-12-22 13:58:51 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-12-22 13:58:51 -0500
commit4c2623d540465088ce8f316eae21541ae807cd84 (patch)
tree6c88291c7610a289896ec27465a608c2a20c232f /MediaBrowser.Controller/LiveTv/ProgramInfo.cs
parentcac101cc21b5420160a53a64d0950344ee3cd637 (diff)
support streaming of tv recordings
Diffstat (limited to 'MediaBrowser.Controller/LiveTv/ProgramInfo.cs')
-rw-r--r--MediaBrowser.Controller/LiveTv/ProgramInfo.cs6
1 files changed, 0 insertions, 6 deletions
diff --git a/MediaBrowser.Controller/LiveTv/ProgramInfo.cs b/MediaBrowser.Controller/LiveTv/ProgramInfo.cs
index 671c4b5914..72ecb3ec99 100644
--- a/MediaBrowser.Controller/LiveTv/ProgramInfo.cs
+++ b/MediaBrowser.Controller/LiveTv/ProgramInfo.cs
@@ -128,12 +128,6 @@ namespace MediaBrowser.Controller.LiveTv
public bool IsSeries { get; set; }
/// <summary>
- /// Gets or sets a value indicating whether this instance is video.
- /// </summary>
- /// <value><c>true</c> if this instance is video; otherwise, <c>false</c>.</value>
- public bool IsVideo { get; set; }
-
- /// <summary>
/// Gets or sets a value indicating whether this instance is live.
/// </summary>
/// <value><c>true</c> if this instance is live; otherwise, <c>false</c>.</value>