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
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue