add tuner url

This commit is contained in:
Luke Pulverenti
2015-04-18 02:15:31 -04:00
parent 67ad98786f
commit b5218034ac
5 changed files with 20 additions and 5 deletions

View File

@@ -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))