handle unknown video stream

This commit is contained in:
Luke Pulverenti
2017-01-01 15:47:54 -05:00
parent 20e090e145
commit dbba636290
4 changed files with 20 additions and 7 deletions

View File

@@ -103,7 +103,8 @@ namespace Emby.Server.Implementations.LiveTv.TunerHosts.HdHomerun
TunerHostId = info.Id,
IsHD = i.HD == 1,
AudioCodec = i.AudioCodec,
VideoCodec = i.VideoCodec
VideoCodec = i.VideoCodec,
ChannelType = ChannelType.TV
});
}