diff --git a/hlsServer.js b/hlsServer.js index dec41d5..363d417 100644 --- a/hlsServer.js +++ b/hlsServer.js @@ -10,7 +10,7 @@ const requestHandler = require('./requestHandler'); class HLSServer { constructor (config = defaultConfig) { this.server = null; - this.config = { ...defaultConfig, ...config }; ; + this.config = { ...config }; ; this.hlsSessions = new Map(); }