mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix cinema mode failure
This commit is contained in:
parent
b9ad8322dd
commit
6a162d4001
8 changed files with 41 additions and 8 deletions
|
@ -77,6 +77,13 @@
|
|||
|
||||
callback: actionCallback
|
||||
|
||||
});
|
||||
}).fail(function () {
|
||||
|
||||
Dashboard.alert({
|
||||
|
||||
message: Globalize.translate('ErrorRemovingEmbyConnectAccount')
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
|
@ -102,6 +109,13 @@
|
|||
|
||||
callback: actionCallback
|
||||
|
||||
}).fail(function () {
|
||||
|
||||
Dashboard.alert({
|
||||
|
||||
message: Globalize.translate('ErrorAddingEmbyConnectAccount')
|
||||
|
||||
});
|
||||
});
|
||||
});
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue