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

fix different styles of favorites

This commit is contained in:
Luke Pulverenti 2016-03-31 02:33:37 -04:00
parent 638a360cb2
commit e1d17d057b
9 changed files with 448 additions and 419 deletions

View file

@ -2474,7 +2474,8 @@ var AppInfo = {};
defineRoute({
path: '/favorites.html',
dependencies: [],
autoFocus: false
autoFocus: false,
controller: 'scripts/favorites'
});
defineRoute({