1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Add suggested changes

This commit is contained in:
LJQ 2024-03-22 21:00:35 +08:00
parent aba10a095c
commit ee22ff7e35

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}`);
}
}