mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #2374 from cvium/fix_playaccess_validation
reject play access validation promise
(cherry picked from commit f6d0380486
)
Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
This commit is contained in:
parent
3a57471b69
commit
5e8c92a7a7
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