浏览代码

revert async=1000 to async=1 (was inserted for testing live tv)

simon 11 年之前
父节点
当前提交
92c10e78d9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      MediaBrowser.Api/Playback/BaseStreamingService.cs

+ 1 - 1
MediaBrowser.Api/Playback/BaseStreamingService.cs

@@ -365,7 +365,7 @@ namespace MediaBrowser.Api.Playback
                 }
             }
 
-            return string.Format("-af \"{0}aresample={1}async=1000{2}{3}\"", 
+            return string.Format("-af \"{0}aresample={1}async=1{2}{3}\"", 
 
                 adelay,
                 audioSampleRate,