Add suggested changes
This commit is contained in:
@@ -333,7 +333,7 @@ export default function (view, params) {
|
||||
function onInputCommand(e) {
|
||||
if (e.detail.command === 'search') {
|
||||
e.preventDefault();
|
||||
Dashboard.navigate(`search.html?collectionType=${CollectionType.TvShows}&parentId=${params.topParentId}`);
|
||||
Dashboard.navigate(`search.html?collectionType=${CollectionType.Tvshows}&parentId=${params.topParentId}`);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user