mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-15 09:59:06 -07:00
Fix null reference
This commit is contained in:
parent
9bf2f4d8e0
commit
429e59fb81
@ -3084,7 +3084,7 @@ namespace MediaBrowser.Controller.MediaEncoding
|
||||
}
|
||||
}
|
||||
|
||||
var whichCodec = videoStream.Codec.ToLowerInvariant();
|
||||
var whichCodec = videoStream.Codec?.ToLowerInvariant();
|
||||
switch (whichCodec)
|
||||
{
|
||||
case "avc":
|
||||
|
Loading…
Reference in New Issue
Block a user