From 29251b566287fa0dd1e10dafab31b58372ee2bfe Mon Sep 17 00:00:00 2001 From: Alexandru Branza Date: Wed, 8 Jan 2025 13:27:26 +0200 Subject: [PATCH] Fix Titan Player --- src/TitanVideo/TitanVideo.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/TitanVideo/TitanVideo.js b/src/TitanVideo/TitanVideo.js index c74822f..0cadb5a 100644 --- a/src/TitanVideo/TitanVideo.js +++ b/src/TitanVideo/TitanVideo.js @@ -3,7 +3,6 @@ var cloneDeep = require('lodash.clonedeep'); var deepFreeze = require('deep-freeze'); var Color = require('color'); var ERROR = require('../error'); -var HLS_CONFIG = require('./hlsConfig'); function TitanVideo(options) { options = options || {};