1
0
Fork 0
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:
Luke Pulverenti 2015-08-15 14:30:52 -04:00
parent f45595bdba
commit 68c88cbf97
11 changed files with 144 additions and 121 deletions

View file

@ -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') {