diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-06-04 16:27:46 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-06-04 16:27:46 -0400 |
| commit | 7990f9ca50c21be298d8fa90ce70015a80b976c3 (patch) | |
| tree | a73baba29a1eed79446f4042ccf41d5c9cf78c56 /MediaBrowser.Controller/LiveTv | |
| parent | 9ffb82d96a405fdb35cdd925d8ddbba716592fef (diff) | |
update connect
Diffstat (limited to 'MediaBrowser.Controller/LiveTv')
| -rw-r--r-- | MediaBrowser.Controller/LiveTv/ILiveTvItem.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/LiveTv/ILiveTvItem.cs b/MediaBrowser.Controller/LiveTv/ILiveTvItem.cs index 313675fb79..36727f4aee 100644 --- a/MediaBrowser.Controller/LiveTv/ILiveTvItem.cs +++ b/MediaBrowser.Controller/LiveTv/ILiveTvItem.cs @@ -5,5 +5,6 @@ namespace MediaBrowser.Controller.LiveTv public interface ILiveTvItem : IHasId { string ServiceName { get; set; } + string ExternalId { get; set; } } } |
