mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update naming project
This commit is contained in:
parent
cb4ef6cdce
commit
b1043b093c
2 changed files with 7 additions and 2 deletions
|
@ -2,7 +2,9 @@
|
|||
|
||||
function onLoggedIn() {
|
||||
|
||||
window.location = 'selectserver.html';
|
||||
// Need to switch from https to http
|
||||
|
||||
window.location = getWindowUrl().replace(/https/gi, 'http').replace(/connectlogin/gi, 'selectserver');
|
||||
}
|
||||
|
||||
function login(page, username, password) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue