mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 15:52:02 +00:00
Library propTypes for model updated
This commit is contained in:
parent
35821e2303
commit
34b8ef1444
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ const Library = ({ model, route, urlParams, queryParams }) => {
|
||||||
};
|
};
|
||||||
|
|
||||||
Library.propTypes = {
|
Library.propTypes = {
|
||||||
model: PropTypes.string,
|
model: PropTypes.oneOf(['library', 'continue_watching']),
|
||||||
route: PropTypes.string,
|
route: PropTypes.string,
|
||||||
urlParams: PropTypes.shape({
|
urlParams: PropTypes.shape({
|
||||||
type: PropTypes.string
|
type: PropTypes.string
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue