From 0401828b2d3aa71dfb8b77f6af901f590a9e6b31 Mon Sep 17 00:00:00 2001 From: TheBeastLT Date: Sun, 22 Dec 2024 15:47:11 +0200 Subject: [PATCH] increase same torrent size delta in case for entries with large samples --- addon/lib/streamInfo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addon/lib/streamInfo.js b/addon/lib/streamInfo.js index 612aac3..4a4b743 100644 --- a/addon/lib/streamInfo.js +++ b/addon/lib/streamInfo.js @@ -5,7 +5,7 @@ import { enrichStreamSources, getSources } from './magnetHelper.js'; import { getSubtitles } from './subtitles.js'; const ADDON_NAME = 'Torrentio'; -const SIZE_DELTA = 0.02; +const SIZE_DELTA = 0.05; const UNKNOWN_SIZE = 300000000; const CAM_SOURCES = ['CAM', 'TeleSync', 'TeleCine', 'SCR'];