aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-04-18 02:15:31 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-04-18 02:15:31 -0400
commitb5218034acb3149b6b5db658120611ba1469d8bb (patch)
tree039ca031fac56083e6cb297d5ff30ab41bb344cb /MediaBrowser.Server.Implementations
parent67ad98786f6b58a6b25db042554da982fc6481a7 (diff)
add tuner url
Diffstat (limited to 'MediaBrowser.Server.Implementations')
-rw-r--r--MediaBrowser.Server.Implementations/LiveTv/LiveTvDtoService.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/LiveTv/LiveTvDtoService.cs b/MediaBrowser.Server.Implementations/LiveTv/LiveTvDtoService.cs
index 61017ffb3..00c15fdfc 100644
--- a/MediaBrowser.Server.Implementations/LiveTv/LiveTvDtoService.cs
+++ b/MediaBrowser.Server.Implementations/LiveTv/LiveTvDtoService.cs
@@ -293,7 +293,8 @@ namespace MediaBrowser.Server.Implementations.LiveTv
ProgramName = info.ProgramName,
SourceType = info.SourceType,
Status = info.Status,
- ChannelName = channelName
+ ChannelName = channelName,
+ Url = info.Url
};
if (!string.IsNullOrEmpty(info.ChannelId))