Add suggested changes

This commit is contained in:
LJQ
2024-03-22 21:00:35 +08:00
parent aba10a095c
commit ee22ff7e35
+1 -1
View File
@@ -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}`);
}
}