aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/Playback/Progressive/VideoService.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-03-29 01:45:45 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-03-29 01:45:45 -0400
commit874244a2effe85901339eddf1bef7e0bee8cf5ca (patch)
tree385294cdbcccc8c0f8b3802e4555f8444a6105ab /MediaBrowser.Api/Playback/Progressive/VideoService.cs
parent8f7981b6a669cdbdb6877ec1c532976eb38ebf75 (diff)
fixes #92 - Profile & Level args typo
Diffstat (limited to 'MediaBrowser.Api/Playback/Progressive/VideoService.cs')
-rw-r--r--MediaBrowser.Api/Playback/Progressive/VideoService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/Playback/Progressive/VideoService.cs b/MediaBrowser.Api/Playback/Progressive/VideoService.cs
index e756bc314b..a2fec6521c 100644
--- a/MediaBrowser.Api/Playback/Progressive/VideoService.cs
+++ b/MediaBrowser.Api/Playback/Progressive/VideoService.cs
@@ -153,7 +153,7 @@ namespace MediaBrowser.Api.Playback.Progressive
if (!string.IsNullOrEmpty(state.VideoRequest.Level))
{
- args += " -level 3" + state.VideoRequest.Level;
+ args += " -level " + state.VideoRequest.Level;
}
if (state.SubtitleStream != null)