From 0e4c65e203bad0eebc10582d35ce4ddad288d2b6 Mon Sep 17 00:00:00 2001 From: TheBeastLT Date: Thu, 19 Mar 2020 12:57:41 +0100 Subject: [PATCH] [addon] fix configure text in manifest --- addon/lib/manifest.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addon/lib/manifest.js b/addon/lib/manifest.js index d978a6b..9efa971 100644 --- a/addon/lib/manifest.js +++ b/addon/lib/manifest.js @@ -16,7 +16,7 @@ function manifest({ providers, realdebrid } = {}) { name: 'Torrentio', description: '[BETA] Provides torrent streams from scraped torrent providers.' + ` ${providersDesc} ${providersList.join(', ')}${realDebridDesc}.` - + ' To configure providers and and RealDebrid support visit www.torrentio.now.sh', + + ' To configure providers,RealDebrid support and other settings visit www.torrentio.now.sh', catalogs: [], resources: ['stream'], types: ['movie', 'series'],