From cb76211a3875aaf9cf3487448e87811487b91a70 Mon Sep 17 00:00:00 2001 From: ClemDee Date: Wed, 24 Jul 2019 14:00:00 +0200 Subject: [PATCH] Fix missing semi-colon --- www/common/media-tag.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/media-tag.js b/www/common/media-tag.js index 86bf27b03..186fe4632 100644 --- a/www/common/media-tag.js +++ b/www/common/media-tag.js @@ -40,7 +40,7 @@ if (metadata.type === 'application/x-javascript') { return true; } if (metadata.type === 'application/xml') { return true; } return false; - } + }; // Default config, can be overriden per media-tag call var config = {