update live tv suggestions

This commit is contained in:
Luke Pulverenti 2016-05-24 12:58:56 -04:00
parent 8000a30d9a
commit 58d4534a26
1 changed files with 1 additions and 1 deletions

View File

@ -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)