Browse Source

minor changes

Co-authored-by: Bond-009 <bond.009@outlook.com>
Nyanmisaka 4 years ago
parent
commit
12dcd809f9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Jellyfin.Api/Controllers/DynamicHlsController.cs

+ 1 - 1
Jellyfin.Api/Controllers/DynamicHlsController.cs

@@ -1354,7 +1354,7 @@ namespace Jellyfin.Api.Controllers
                 segmentFormat = "mpegts";
             }
 
-            var maxMuxingQueueSize = encodingOptions.MaxMuxingQueueSize >= 128
+            var maxMuxingQueueSize = encodingOptions.MaxMuxingQueueSize > 128
                 ? encodingOptions.MaxMuxingQueueSize.ToString(CultureInfo.InvariantCulture)
                 : "128";