Skip to content

Commit

Permalink
Increase GetSpecialItemsLimit
Browse files Browse the repository at this point in the history
  • Loading branch information
dannymichel committed Oct 24, 2022
1 parent 4c1100e commit f19083e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MediaBrowser.Controller/Entities/UserViewBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public QueryResult<BaseItem> GetUserItems(Folder queryParent, Folder displayPare

private int GetSpecialItemsLimit()
{
return 50;
return 100;
}

private QueryResult<BaseItem> GetMovieFolders(Folder parent, User user, InternalItemsQuery query)
Expand Down

0 comments on commit f19083e

Please sign in to comment.