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

update search

This commit is contained in:
Luke Pulverenti 2016-06-27 18:53:42 -04:00
parent 0f0c5850a8
commit 17ada9f98e
4 changed files with 25 additions and 7 deletions

View file

@ -2896,8 +2896,7 @@ var AppInfo = {};
defineRoute({
path: '/search.html',
dependencies: [],
controller: 'scripts/searchpage',
transition: 'slidedown'
controller: 'scripts/searchpage'
});
defineRoute({