update built in studio images

This commit is contained in:
Luke Pulverenti
2013-12-29 21:41:22 -05:00
parent 8c34f863fb
commit 858be5d788
13 changed files with 69 additions and 51 deletions

View File

@@ -172,7 +172,7 @@ namespace MediaBrowser.Server.Implementations.LiveTv
var channel = GetInternalChannel(id);
return await service.GetRecordingStream(channel.ChannelInfo.Id, cancellationToken).ConfigureAwait(false);
return await service.GetChannelStream(channel.ChannelInfo.Id, cancellationToken).ConfigureAwait(false);
}
private async Task<LiveTvChannel> GetChannel(ChannelInfo channelInfo, string serviceName, CancellationToken cancellationToken)