Lower pages to fetch

This commit is contained in:
Cooper Ransom 2024-04-03 12:18:51 -04:00
parent bd038a577d
commit 00d23adfc2
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ import { PageTitle } from "./parts/util/PageTitle";
import { get } from "../backend/metadata/tmdb";
import { Icon, Icons } from "../components/Icon";
const pagesToFetch = 8;
const pagesToFetch = 3;
// Define the Media type
interface Media {