From cbb8b5249d20ed1a7e573cdf4e4ea4649e439707 Mon Sep 17 00:00:00 2001 From: dsilhavy Date: Mon, 29 Nov 2021 12:56:39 +0100 Subject: [PATCH] Fix error in JSDoc in ProtectionController.js --- src/streaming/protection/controllers/ProtectionController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/streaming/protection/controllers/ProtectionController.js b/src/streaming/protection/controllers/ProtectionController.js index 80dc68ed47..74c60bf63a 100644 --- a/src/streaming/protection/controllers/ProtectionController.js +++ b/src/streaming/protection/controllers/ProtectionController.js @@ -1040,7 +1040,7 @@ function ProtectionController(config) { /** * Returns all available key systems - * @return {*|*[]} + * @return {array} */ function getKeySystems() { return protectionKeyController ? protectionKeyController.getKeySystems() : [];