mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-23 06:45:19 -07:00
me = idiot
This commit is contained in:
parent
8b9d0f7b19
commit
6b106c1b38
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@ namespace NzbDrone.Core.Tv
|
|||
pagingSpec = base.GetPaged(pagingSpec);
|
||||
}
|
||||
|
||||
if (pagingSpec.Records.Count == 0 && pagingSpec.PageSize != 1)
|
||||
if (pagingSpec.Records.Count == 0 && pagingSpec.Page != 1)
|
||||
{
|
||||
var lastPossiblePage = pagingSpec.TotalRecords / pagingSpec.PageSize + 1;
|
||||
pagingSpec.Page = lastPossiblePage;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue