mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
updated nuget
This commit is contained in:
parent
815f1d7342
commit
86a2fce73c
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue