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

@ -284,9 +284,9 @@
if (LibraryBrowser.navigateOnLibraryTabSelect()) {
if (selected) {
Dashboard.navigate('moviesrecommended.html?tab=' + selected);
Dashboard.navigate('movies.html?tab=' + selected);
} else {
Dashboard.navigate('moviesrecommended.html');
Dashboard.navigate('movies.html');
}
} else {