Don't refresh albums when get password canceled by user
This commit is contained in:
parent
e89676d6ee
commit
dd78ceda1b
@ -63,7 +63,7 @@ password.getDialog = function(albumID, callback) {
|
|||||||
|
|
||||||
cancel = function() {
|
cancel = function() {
|
||||||
basicModal.close();
|
basicModal.close();
|
||||||
lychee.goto();
|
if (visible.albums()===false) lychee.goto();
|
||||||
}
|
}
|
||||||
|
|
||||||
msg = `
|
msg = `
|
||||||
|
Loading…
Reference in New Issue
Block a user