From 2042ca706720c0713f5f85bd59c9c5b3091bb810 Mon Sep 17 00:00:00 2001 From: TheBeastLT Date: Mon, 11 Jul 2022 09:42:19 +0200 Subject: [PATCH] screener quality always in name --- 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 dc9bbdf..97676d4 100644 --- a/addon/lib/streamInfo.js +++ b/addon/lib/streamInfo.js @@ -6,7 +6,7 @@ const { getAllTrackers } = require('./magnetHelper'); const ADDON_NAME = 'Torrentio'; const SIZE_DELTA = 0.02; const UNKNOWN_SIZE = 300000000; -const CAM_SOURCES = ['CAM', 'TeleSync', 'TeleCine']; +const CAM_SOURCES = ['CAM', 'TeleSync', 'TeleCine', 'SCR']; const ANIME_PROVIDERS = [ 'HorribleSubs', 'NyaaSi',