mirror of
https://github.com/imputnet/cobalt.git
synced 2025-07-18 03:08:30 +00:00
fix: removed hlsExceptions from stream/manage.js
This commit is contained in:
parent
0e853644ae
commit
b793d56673
@ -3,7 +3,7 @@ import { randomBytes } from "crypto";
|
||||
import { nanoid } from "nanoid";
|
||||
|
||||
import { decryptStream, encryptStream, generateHmac } from "../sub/crypto.js";
|
||||
import { env, hlsExceptions } from "../config.js";
|
||||
import { env } from "../config.js";
|
||||
import { strict as assert } from "assert";
|
||||
|
||||
// optional dependency
|
||||
|
Loading…
Reference in New Issue
Block a user