mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
rename moviesrecommended to movies
This commit is contained in:
parent
f45595bdba
commit
68c88cbf97
11 changed files with 144 additions and 121 deletions
|
@ -755,7 +755,7 @@
|
|||
|
||||
if (context != 'folders') {
|
||||
if (item.CollectionType == 'movies') {
|
||||
return 'moviesrecommended.html?topParentId=' + item.Id;
|
||||
return 'movies.html?topParentId=' + item.Id;
|
||||
}
|
||||
|
||||
if (item.CollectionType == 'boxsets') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue