mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
Lower pages to fetch
This commit is contained in:
parent
bd038a577d
commit
00d23adfc2
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue