Added aac to the AudioResolver

This commit is contained in:
LukePulverenti Luke Pulverenti luke pulverenti 2012-09-09 10:03:49 -04:00
parent 9f1a7845dd
commit 86f162fd7c
2 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,7 @@ namespace MediaBrowser.Controller.Resolvers
{
case ".mp3":
case ".wma":
case ".aac":
case ".acc":
case ".flac":
case ".m4a":

View File

@ -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
{