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 ".mp3":
case ".wma": case ".wma":
case ".aac":
case ".acc": case ".acc":
case ".flac": case ".flac":
case ".m4a": case ".m4a":

View File

@ -3,6 +3,7 @@ namespace MediaBrowser.Model.DTO
{ {
/// <summary> /// <summary>
/// These are the audio output formats that the api is cabaple of streaming /// These are the audio output formats that the api is cabaple of streaming
/// This does not limit the inputs, only the outputs.
/// </summary> /// </summary>
public enum AudioOutputFormats public enum AudioOutputFormats
{ {