Explorar o código

update live tv suggestions

Luke Pulverenti %!s(int64=9) %!d(string=hai) anos
pai
achega
58d4534a26

+ 1 - 1
MediaBrowser.Server.Implementations/LiveTv/LiveTvManager.cs

@@ -945,7 +945,7 @@ namespace MediaBrowser.Server.Implementations.LiveTv
 
             if (query.Limit.HasValue)
             {
-                internalQuery.Limit = Math.Max(query.Limit.Value * 5, 500);
+                internalQuery.Limit = Math.Max(query.Limit.Value * 5, 300);
             }
 
             if (query.HasAired.HasValue)