mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 02:22:09 +00:00
fix trailers proptype
This commit is contained in:
parent
d0b552ed2d
commit
6f2ef06cd6
1 changed files with 1 additions and 1 deletions
|
|
@ -243,7 +243,7 @@ MetaPreview.propTypes = {
|
|||
name: PropTypes.string,
|
||||
url: PropTypes.string
|
||||
})),
|
||||
trailers: PropTypes.object,
|
||||
trailers: PropTypes.array,
|
||||
inLibrary: PropTypes.bool,
|
||||
toggleInLibrary: PropTypes.func
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue