Showing aard notifications is no longer implemented, so we don't call it
This commit is contained in:
parent
cc18153889
commit
8613d6971f
@ -654,8 +654,7 @@ class VideoData {
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
if (hasDrm(this.video)) {
|
if (hasDrm(this.video)) {
|
||||||
this.player.showNotification('AARD_DRM');
|
this.hasDrm = true;
|
||||||
this.hasDrm = true;
|
|
||||||
} else {
|
} else {
|
||||||
this.hasDrm = false;
|
this.hasDrm = false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user