Merge pull request #2379 from jellyfin/promise-errors
fix some unhandled promises and refactor some code
This commit is contained in:
commit
742bd0a262
9 changed files with 8 additions and 23 deletions
|
@ -28,7 +28,7 @@ function showMessage(text, userSettingsKey, appHostFeature) {
|
|||
}
|
||||
|
||||
userSettings.set(userSettingsKey, '1', false);
|
||||
return alert(text).catch(() => { /* ignore exceptions */ });
|
||||
return alert(text);
|
||||
}
|
||||
|
||||
function showBlurayMessage() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue