From 62b28480d8000f90cdce39b95b85804a3530be62 Mon Sep 17 00:00:00 2001
From: Viren070
Date: Sun, 23 Nov 2025 22:25:53 +0000
Subject: [PATCH] chore: improve built-in addon modal description
---
packages/frontend/src/components/menu/addons.tsx | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/packages/frontend/src/components/menu/addons.tsx b/packages/frontend/src/components/menu/addons.tsx
index 6f9058b5..e30b6ddc 100644
--- a/packages/frontend/src/components/menu/addons.tsx
+++ b/packages/frontend/src/components/menu/addons.tsx
@@ -1099,17 +1099,17 @@ function AddonCard({ preset, onAdd }: { preset: any; onAdd: () => void }) {
Built-in addons are addons whose code lives directly inside
AIOStreams. You still install and configure them from the
marketplace just like any other addon (such as Comet or Torrentio),
- but they run locally on your AIOStreams instance.
+ but they run locally on this AIOStreams instance.
Why does this matter?
- -
- No external server calls - everything runs on your machine
-
- - Not affected by rate limits from external addon providers
+ - Not affected by rate limits from other addon servers
- Faster response times since there's no network delay
- - Works even if external addon servers are down
+ -
+ Exclusive to AIOStreams and can't be installed directly to
+ Stremio
+