mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
move last fm providers to a plugin
This commit is contained in:
parent
2d1a56ded3
commit
2981f1056d
9 changed files with 40 additions and 20 deletions
|
@ -5,7 +5,10 @@
|
|||
var url = (this.url || '').toLowerCase();
|
||||
|
||||
// Bounce to the login screen, but not if a password entry fails, obviously
|
||||
if (url.indexOf('/password') == -1 && url.indexOf('/authenticate') == -1) {
|
||||
if (url.indexOf('/password') == -1 &&
|
||||
url.indexOf('/authenticate') == -1 &&
|
||||
!$($.mobile.activePage).is('.standalonePage')) {
|
||||
|
||||
Dashboard.logout(false);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue