mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Rename itemDetails files to new convention
This commit is contained in:
parent
8f116890d7
commit
5960f782df
3 changed files with 2 additions and 2 deletions
|
@ -235,8 +235,8 @@ define([
|
|||
});
|
||||
defineRoute({
|
||||
alias: '/details',
|
||||
path: '/controllers/itemDetails/itemDetails.html',
|
||||
controller: 'itemDetails/itemDetails',
|
||||
path: '/controllers/itemDetails/index.html',
|
||||
controller: 'itemDetails/index',
|
||||
autoFocus: false,
|
||||
transition: 'fade'
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue