Showing aard notifications is no longer implemented, so we don't call it

This commit is contained in:
Tamius Han 2023-04-16 02:54:30 +02:00
parent cc18153889
commit 8613d6971f

View File

@ -654,8 +654,7 @@ class VideoData {
try {
if (hasDrm(this.video)) {
this.player.showNotification('AARD_DRM');
this.hasDrm = true;
this.hasDrm = true;
} else {
this.hasDrm = false;
}