mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 23:12:13 +00:00
MetaDetails queryParams added to propTypes
This commit is contained in:
parent
b9c10176e3
commit
5340957254
1 changed files with 2 additions and 1 deletions
|
|
@ -137,7 +137,8 @@ MetaDetails.propTypes = {
|
||||||
type: PropTypes.string,
|
type: PropTypes.string,
|
||||||
id: PropTypes.string,
|
id: PropTypes.string,
|
||||||
videoId: PropTypes.string
|
videoId: PropTypes.string
|
||||||
})
|
}),
|
||||||
|
queryParams: PropTypes.instanceOf(URLSearchParams)
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports = MetaDetails;
|
module.exports = MetaDetails;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue