mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
reject play access validation promise
This commit is contained in:
parent
5fbe3be254
commit
3c847cfc6d
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ class PlayAccessValidation {
|
|||
return Promise.reject();
|
||||
}
|
||||
|
||||
return showErrorMessage();
|
||||
return showErrorMessage().finally(Promise.reject);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue