mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-19 05:32:09 +00:00
Discover demo catalog size changed
This commit is contained in:
parent
bc8e1cd6f2
commit
f7f1cfe0dd
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ const React = require('react');
|
|||
|
||||
const useCatalog = () => {
|
||||
return React.useMemo(() => {
|
||||
return Array(2224).fill(null).map((_, index) => ({
|
||||
return Array(303).fill(null).map((_, index) => ({
|
||||
id: `tt${index}`,
|
||||
type: 'movie',
|
||||
name: 'Stremio demo item',
|
||||
|
|
|
|||
Loading…
Reference in a new issue