mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-19 09:38:05 +00:00
fixed aac
This commit is contained in:
@@ -460,7 +460,7 @@ namespace MediaBrowser.Api.Playback
|
||||
{
|
||||
if (codec == AudioCodecs.Aac)
|
||||
{
|
||||
return "libvo_aacenc";
|
||||
return "aac";
|
||||
}
|
||||
if (codec == AudioCodecs.Mp3)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user