mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 07:32:02 +00:00
StreamWithThumbnail proptype errors fixed
This commit is contained in:
parent
2cc6671b93
commit
ac76ea55ee
1 changed files with 1 additions and 1 deletions
|
|
@ -9,6 +9,6 @@ storiesOf('Stream', module).add('StreamWithThumbnail', () => (
|
||||||
addonName={'Sample addon name'}
|
addonName={'Sample addon name'}
|
||||||
title={'1080p'}
|
title={'1080p'}
|
||||||
thumbnail={'images/anonymous.png'}
|
thumbnail={'images/anonymous.png'}
|
||||||
progress={'0.6'}
|
progress={0.6}
|
||||||
/>
|
/>
|
||||||
));
|
));
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue