update live tv suggestions
This commit is contained in:
parent
601166a622
commit
746afa3c51
|
@ -945,7 +945,7 @@ namespace MediaBrowser.Server.Implementations.LiveTv
|
||||||
|
|
||||||
if (query.Limit.HasValue)
|
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)
|
if (query.HasAired.HasValue)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user