diff options
Diffstat (limited to 'MediaBrowser.Api/Playback/Progressive/AudioService.cs')
| -rw-r--r-- | MediaBrowser.Api/Playback/Progressive/AudioService.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/MediaBrowser.Api/Playback/Progressive/AudioService.cs b/MediaBrowser.Api/Playback/Progressive/AudioService.cs index 18cfbbdf2d..78f12b0970 100644 --- a/MediaBrowser.Api/Playback/Progressive/AudioService.cs +++ b/MediaBrowser.Api/Playback/Progressive/AudioService.cs @@ -78,8 +78,6 @@ namespace MediaBrowser.Api.Playback.Progressive /// <exception cref="System.InvalidOperationException">Only aac and mp3 audio codecs are supported.</exception> protected override string GetCommandLineArguments(string outputPath, StreamState state, bool performSubtitleConversions) { - var request = state.Request; - var audioTranscodeParams = new List<string>(); var bitrate = state.OutputAudioBitrate; |
