1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

updated nuget

This commit is contained in:
Luke Pulverenti 2013-09-17 11:14:22 -04:00
parent 815f1d7342
commit 86a2fce73c

View file

@ -503,7 +503,7 @@
var h264Codec = 'h264';
var h264AudioCodec = 'aac';
if (videoStream.Width && videoStream.Width <= baseParams.maxWidth) {
if (videoStream && videoStream.Width && videoStream.Width <= baseParams.maxWidth) {
var videoCodec = (videoStream.Codec || '').toLowerCase();