mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-29 04:04:47 +03:00
add new guide settings
This commit is contained in:
@@ -2602,6 +2602,7 @@ namespace MediaBrowser.Api.Playback
|
||||
inputModifier += " " + GetFastSeekCommandLineParameter(state.Request);
|
||||
inputModifier = inputModifier.Trim();
|
||||
|
||||
//inputModifier += " -fflags +genpts+ignidx+igndts";
|
||||
if (state.VideoRequest != null && genPts)
|
||||
{
|
||||
inputModifier += " -fflags +genpts";
|
||||
|
||||
Reference in New Issue
Block a user