fix metadata manager layout

This commit is contained in:
Luke Pulverenti
2015-09-01 15:18:25 -04:00
parent d8c8e57a0b
commit 3d8287bc6e
5 changed files with 36 additions and 2 deletions

View File

@@ -377,6 +377,8 @@ namespace MediaBrowser.Server.Implementations.LiveTv.TunerHosts.HdHomerun
protected override async Task<MediaSourceInfo> GetChannelStream(TunerHostInfo info, string channelId, string streamId, CancellationToken cancellationToken)
{
Logger.Debug("GetChannelStream: channel id: {0}. stream id: {1}", channelId, streamId ?? string.Empty);
if (!channelId.StartsWith(ChannelIdPrefix, StringComparison.OrdinalIgnoreCase))
{
return null;