diff options
| author | gnattu <gnattu@users.noreply.github.com> | 2024-03-28 23:26:01 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-28 09:26:01 -0600 |
| commit | be21d51742f3bd85f5401c925791148bdc4b0cbf (patch) | |
| tree | 8f8ed07c692360b86266998916ae8c844f22ccf9 /Jellyfin.Server.Implementations | |
| parent | aac96addfeb5fa6a02450935c89e2580532c4652 (diff) | |
fix: move trickplay specific option into TrickplayOptions (#11229)
Diffstat (limited to 'Jellyfin.Server.Implementations')
| -rw-r--r-- | Jellyfin.Server.Implementations/Trickplay/TrickplayManager.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Jellyfin.Server.Implementations/Trickplay/TrickplayManager.cs b/Jellyfin.Server.Implementations/Trickplay/TrickplayManager.cs index 095bc9ed3..fed5dab69 100644 --- a/Jellyfin.Server.Implementations/Trickplay/TrickplayManager.cs +++ b/Jellyfin.Server.Implementations/Trickplay/TrickplayManager.cs @@ -141,6 +141,7 @@ public class TrickplayManager : ITrickplayManager width, TimeSpan.FromMilliseconds(options.Interval), options.EnableHwAcceleration, + options.EnableHwEncoding, options.ProcessThreads, options.Qscale, options.ProcessPriority, |
