mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
3.0.5518.3
This commit is contained in:
parent
d3b42303eb
commit
eaee4fdf17
3 changed files with 3 additions and 3 deletions
|
@ -132,7 +132,7 @@ var Dashboard = {
|
|||
var urlLower = getWindowUrl().toLowerCase();
|
||||
var index = urlLower.indexOf('/web');
|
||||
if (index == -1) {
|
||||
index = urlLower.index('/dashboard');
|
||||
index = urlLower.indexOf('/dashboard');
|
||||
}
|
||||
|
||||
if (index != -1) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue