diff options
Diffstat (limited to 'MediaBrowser.Api/Playback/Progressive/VideoService.cs')
| -rw-r--r-- | MediaBrowser.Api/Playback/Progressive/VideoService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/Playback/Progressive/VideoService.cs b/MediaBrowser.Api/Playback/Progressive/VideoService.cs index c0f3fd689..7992948d2 100644 --- a/MediaBrowser.Api/Playback/Progressive/VideoService.cs +++ b/MediaBrowser.Api/Playback/Progressive/VideoService.cs @@ -217,7 +217,7 @@ namespace MediaBrowser.Api.Playback.Progressive volParam = ",volume=2.000000"; } - args += string.Format(" -af \"aresample=async=1000,{0}\"", volParam); + args += string.Format(" -af \"aresample=async=1000{0}\"", volParam); return args; } |
