From 08d965b44c15c048c5f612f0950875f7abe2136d Mon Sep 17 00:00:00 2001 From: Alexandru Branza Date: Sun, 25 Feb 2024 15:05:20 +0200 Subject: [PATCH] disable `no-console` rule --- src/withStreamingServer/withStreamingServer.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/withStreamingServer/withStreamingServer.js b/src/withStreamingServer/withStreamingServer.js index a2751bf..9f7a8e6 100644 --- a/src/withStreamingServer/withStreamingServer.js +++ b/src/withStreamingServer/withStreamingServer.js @@ -281,6 +281,7 @@ function withStreamingServer(Video) { case 'unload': { if (loadArgs && hlsConverterId !== null) { destroyHLSConverter(loadArgs.streamingServerURL, hlsConverterId).catch(function(error) { + // eslint-disable-next-line no-console console.error(error); }); }