From 86f162fd7c57b3b7ea82a84c6f7464c6f2f4bb54 Mon Sep 17 00:00:00 2001 From: LukePulverenti Luke Pulverenti luke pulverenti Date: Sun, 9 Sep 2012 10:03:49 -0400 Subject: Added aac to the AudioResolver --- MediaBrowser.Model/DTO/AudioOutputFormats.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'MediaBrowser.Model/DTO/AudioOutputFormats.cs') diff --git a/MediaBrowser.Model/DTO/AudioOutputFormats.cs b/MediaBrowser.Model/DTO/AudioOutputFormats.cs index 1caa321e6..e2c6037ff 100644 --- a/MediaBrowser.Model/DTO/AudioOutputFormats.cs +++ b/MediaBrowser.Model/DTO/AudioOutputFormats.cs @@ -3,6 +3,7 @@ namespace MediaBrowser.Model.DTO { /// /// These are the audio output formats that the api is cabaple of streaming + /// This does not limit the inputs, only the outputs. /// public enum AudioOutputFormats { -- cgit v1.2.3