mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fixed users without playback access being able to click play chapters
This commit is contained in:
parent
0b736d68b5
commit
54417bdc37
3 changed files with 41 additions and 33 deletions
|
@ -1330,7 +1330,7 @@
|
|||
var page = $(this).parents('.page');
|
||||
|
||||
if ($('#fldChallengeValue', page).val() != $('#txtDeleteTest', page).val()) {
|
||||
alert('The value entered is not correct. Please try again.');
|
||||
Dashboard.alert('The value entered is not correct. Please try again.');
|
||||
} else {
|
||||
performDelete(page);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue