mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
fixed aac
This commit is contained in:
parent
4112c9a0e0
commit
3cd8d64784
@ -460,7 +460,7 @@ namespace MediaBrowser.Api.Playback
|
||||
{
|
||||
if (codec == AudioCodecs.Aac)
|
||||
{
|
||||
return "libvo_aacenc";
|
||||
return "aac";
|
||||
}
|
||||
if (codec == AudioCodecs.Mp3)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user