fix: no more M3U_SERVICES in stream/manage.js

This commit is contained in:
mikhail 2024-05-27 00:13:05 +05:00
parent 9d457d8022
commit 70b63495f2

View File

@ -7,9 +7,7 @@ import { env } from "../config.js";
import { strict as assert } from "assert";
// optional dependency
const freebind = env.freebindCIDR && await import('freebind').catch(() => {});
const M3U_SERVICES = ['dailymotion', 'vimeo', 'rutube'];
const freebind = env.freebindCIDR && await import('freebind').catch(() => {})
const streamCache = new NodeCache({
stdTTL: env.streamLifespan,