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