mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +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,
|
||||
id: PropTypes.string,
|
||||
videoId: PropTypes.string
|
||||
})
|
||||
}),
|
||||
queryParams: PropTypes.instanceOf(URLSearchParams)
|
||||
};
|
||||
|
||||
module.exports = MetaDetails;
|
||||
|
|
|
|||
Loading…
Reference in a new issue