demo items uses dummyimage

This commit is contained in:
NikolaBorislavovHristov 2019-05-27 11:29:33 +03:00
parent 009dbdf853
commit b607a8ea5d

View file

@ -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'
}));
}, []);