From 93462adaba2c655b9dbe8b270300582687495e83 Mon Sep 17 00:00:00 2001 From: Daniel Silhavy Date: Tue, 4 Apr 2023 17:07:25 +0200 Subject: [PATCH] Add missing event to ProtectionEvents.js --- src/streaming/protection/ProtectionEvents.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/streaming/protection/ProtectionEvents.js b/src/streaming/protection/ProtectionEvents.js index de5cf53f0d..90fc691f0c 100644 --- a/src/streaming/protection/ProtectionEvents.js +++ b/src/streaming/protection/ProtectionEvents.js @@ -110,7 +110,7 @@ class ProtectionEvents extends EventsBase { /** * Event ID for events delivered when a key system access procedure * has completed - * @ignore + * @event ProtectionEvents#KEY_SYSTEM_ACCESS_COMPLETE */ this.KEY_SYSTEM_ACCESS_COMPLETE = 'public_keySystemAccessComplete';