mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-29 13:21:43 +00:00
update home sections
This commit is contained in:
parent
b5aca50c9e
commit
1663b258a7
11 changed files with 57 additions and 179 deletions
|
|
@ -233,7 +233,12 @@ namespace MediaBrowser.Controller.MediaEncoding
|
|||
return null;
|
||||
}
|
||||
|
||||
return codec;
|
||||
if (_mediaEncoder.SupportsDecoder(codec))
|
||||
{
|
||||
return codec;
|
||||
}
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue