mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-28 08:49:01 +00:00
demo items uses dummyimage
This commit is contained in:
parent
009dbdf853
commit
b607a8ea5d
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ const useCatalog = () => {
|
|||
id: `tt${index}`,
|
||||
type: 'movie',
|
||||
name: 'Stremio demo item',
|
||||
poster: `https://dummyimage.com/300x400/000/0011ff.jpg&text=${index + 1}`,
|
||||
posterShape: 'poster'
|
||||
}));
|
||||
}, []);
|
||||
|
|
|
|||
Loading…
Reference in a new issue