mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix searching in tv shows
This commit is contained in:
parent
8234a1f46a
commit
59b3159de1
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue