Skip to content

Commit

Permalink
Merge pull request jellyfin#2374 from cvium/fix_playaccess_validation
Browse files Browse the repository at this point in the history
reject play access validation promise
  • Loading branch information
dkanada committed Feb 7, 2021
2 parents de0cc96 + 3c847cf commit f6d0380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/playAccessValidation/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class PlayAccessValidation {
return Promise.reject();
}

return showErrorMessage();
return showErrorMessage().finally(Promise.reject);
});
}
}
Expand Down

0 comments on commit f6d0380

Please sign in to comment.