From 9cdeb80650d90b80f74d6453d8f50e6855b2c819 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 8 Apr 2020 09:36:51 +0200 Subject: Fix videojs subtitles --- client/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/tsconfig.json') diff --git a/client/tsconfig.json b/client/tsconfig.json index fbdeb6d5d..3c671e579 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json @@ -26,7 +26,7 @@ "paths": { "@app/*": [ "src/app/*" ], "@shared/*": [ "../shared/*" ], - "video.js": [ "node_modules/video.js/dist/alt/video.core.novtt" ], + "video.js": [ "node_modules/video.js/dist/alt/video.core" ], "fs": [ "src/shims/noop" ], "http": [ "src/shims/http" ], "https": [ "src/shims/https" ], -- cgit v1.2.3