fix: rekeys season list

This commit is contained in:
Brock H Caldwell
2025-10-19 21:37:49 -05:00
parent fc203f1bd3
commit 2e376337fa
3 changed files with 3 additions and 2 deletions

View File

@@ -49,7 +49,6 @@ final class TvEpisodeList
}
$this->reloadCount++;
// dd(new TvEpisodePaginator()->paginate($results, $this->pageNumber, $this->perPage));
return new TvEpisodePaginator()->paginate($results, $this->pageNumber, $this->perPage);
}