From 418a170dc9e1cfdce0f237ee94e4aad6d41ca011 Mon Sep 17 00:00:00 2001 From: yflory Date: Wed, 25 Nov 2020 12:13:11 +0100 Subject: [PATCH] Fix type error --- www/common/media-tag.js | 1 - 1 file changed, 1 deletion(-) diff --git a/www/common/media-tag.js b/www/common/media-tag.js index bab444df3..e86fd6071 100644 --- a/www/common/media-tag.js +++ b/www/common/media-tag.js @@ -582,7 +582,6 @@ var factory = function (Cache) { return void reject(errDecryption); } // Cache and display the decrypted blob - cache[uid] = u8Decrypted; resolve(u8Decrypted); }, function (progress) { emit('progress', {