mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
convert playlist page
This commit is contained in:
parent
b971acb33a
commit
0d9c8e71fe
5 changed files with 196 additions and 163 deletions
|
@ -2497,7 +2497,8 @@ var AppInfo = {};
|
|||
path: '/playlists.html',
|
||||
dependencies: [],
|
||||
autoFocus: false,
|
||||
transition: 'fade'
|
||||
transition: 'fade',
|
||||
controller: 'scripts/playlists'
|
||||
});
|
||||
|
||||
defineRoute({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue