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:
parent
aba10a095c
commit
ee22ff7e35
1 changed files with 1 additions and 1 deletions
|
@ -333,7 +333,7 @@ export default function (view, params) {
|
||||||
function onInputCommand(e) {
|
function onInputCommand(e) {
|
||||||
if (e.detail.command === 'search') {
|
if (e.detail.command === 'search') {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
Dashboard.navigate(`search.html?collectionType=${CollectionType.TvShows}&parentId=${params.topParentId}`);
|
Dashboard.navigate(`search.html?collectionType=${CollectionType.Tvshows}&parentId=${params.topParentId}`);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue