aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Entities
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-03-19 17:17:08 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-03-19 17:17:08 -0400
commitb9082d7e64034c92804a0196de9b52efa2333e88 (patch)
treee0079762998cf8d311e958b0e4048fe5e6726902 /MediaBrowser.Controller/Entities
parent036be902783ef8b94d504dee6fcc33f380f6c223 (diff)
removed ILiveTvItem interface
Diffstat (limited to 'MediaBrowser.Controller/Entities')
-rw-r--r--MediaBrowser.Controller/Entities/BaseItem.cs7
1 files changed, 7 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Entities/BaseItem.cs b/MediaBrowser.Controller/Entities/BaseItem.cs
index 22f688c424..c9fa1cf79d 100644
--- a/MediaBrowser.Controller/Entities/BaseItem.cs
+++ b/MediaBrowser.Controller/Entities/BaseItem.cs
@@ -191,6 +191,13 @@ namespace MediaBrowser.Controller.Entities
}
/// <summary>
+ /// Gets or sets the name of the service.
+ /// </summary>
+ /// <value>The name of the service.</value>
+ [IgnoreDataMember]
+ public string ServiceName { get; set; }
+
+ /// <summary>
/// If this content came from an external service, the id of the content on that service
/// </summary>
[IgnoreDataMember]