mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Added aac to the AudioResolver
This commit is contained in:
parent
9f1a7845dd
commit
86f162fd7c
@ -36,6 +36,7 @@ namespace MediaBrowser.Controller.Resolvers
|
||||
{
|
||||
case ".mp3":
|
||||
case ".wma":
|
||||
case ".aac":
|
||||
case ".acc":
|
||||
case ".flac":
|
||||
case ".m4a":
|
||||
|
@ -3,6 +3,7 @@ namespace MediaBrowser.Model.DTO
|
||||
{
|
||||
/// <summary>
|
||||
/// These are the audio output formats that the api is cabaple of streaming
|
||||
/// This does not limit the inputs, only the outputs.
|
||||
/// </summary>
|
||||
public enum AudioOutputFormats
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user