Fix searching in tv shows

This commit is contained in:
LJQ
2024-03-21 15:31:25 +08:00
parent 8234a1f46a
commit 59b3159de1
+1 -1
View File
@@ -332,7 +332,7 @@ export default function (view, params) {
function onInputCommand(e) {
if (e.detail.command === 'search') {
e.preventDefault();
Dashboard.navigate('search.html?collectionType=tv&parentId=' + params.topParentId);
Dashboard.navigate('search.html?collectionType=tvshows&parentId=' + params.topParentId);
}
}