mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix promise
This commit is contained in:
parent
722280cd21
commit
5dfe221212
1 changed files with 5 additions and 4 deletions
|
@ -109,15 +109,16 @@
|
|||
|
||||
callback: actionCallback
|
||||
|
||||
}).fail(function () {
|
||||
});
|
||||
}).fail(function () {
|
||||
|
||||
Dashboard.alert({
|
||||
Dashboard.alert({
|
||||
|
||||
message: Globalize.translate('ErrorAddingEmbyConnectAccount')
|
||||
message: Globalize.translate('ErrorAddingEmbyConnectAccount')
|
||||
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
} else {
|
||||
if (noActionCallback) {
|
||||
noActionCallback();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue