mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-11 04:35:14 +01:00
fixed aac
This commit is contained in:
parent
4112c9a0e0
commit
3cd8d64784
1 changed files with 1 additions and 1 deletions
|
|
@ -460,7 +460,7 @@ namespace MediaBrowser.Api.Playback
|
|||
{
|
||||
if (codec == AudioCodecs.Aac)
|
||||
{
|
||||
return "libvo_aacenc";
|
||||
return "aac";
|
||||
}
|
||||
if (codec == AudioCodecs.Mp3)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue