diff --git a/MediaBrowser.Model/Configuration/TrickplayOptions.cs b/MediaBrowser.Model/Configuration/TrickplayOptions.cs index 1fff1a5ed5..92c16ee84f 100644 --- a/MediaBrowser.Model/Configuration/TrickplayOptions.cs +++ b/MediaBrowser.Model/Configuration/TrickplayOptions.cs @@ -56,5 +56,5 @@ public class TrickplayOptions /// /// Gets or sets the number of threads to be used by ffmpeg. /// - public int ProcessThreads { get; set; } = 0; + public int ProcessThreads { get; set; } = 1; }