fix trailers proptype

This commit is contained in:
nklhrstv 2020-09-02 17:22:22 +03:00
parent d0b552ed2d
commit 6f2ef06cd6

View file

@ -243,7 +243,7 @@ MetaPreview.propTypes = {
name: PropTypes.string,
url: PropTypes.string
})),
trailers: PropTypes.object,
trailers: PropTypes.array,
inLibrary: PropTypes.bool,
toggleInLibrary: PropTypes.func
};