mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-20 09:04:42 +01:00
revert async=1000 to async=1 (was inserted for testing live tv)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user