mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-16 18:43:54 +02:00
remove no_accurate seek
This commit is contained in:
parent
de30a0e10b
commit
b82b6fc975
1 changed files with 1 additions and 1 deletions
|
|
@ -2192,7 +2192,7 @@ namespace MediaBrowser.Api.Playback
|
|||
{
|
||||
if (string.Equals(state.OutputContainer, "mkv", StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
inputModifier += " -noaccurate_seek";
|
||||
//inputModifier += " -noaccurate_seek";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue