From f4bd44d3e021027923c14984c4c7a4f4cee57b5c Mon Sep 17 00:00:00 2001 From: tapframe <85391825+tapframe@users.noreply.github.com> Date: Mon, 26 Jan 2026 11:46:28 +0530 Subject: [PATCH] Removed Debrid Integration --- src/navigation/AppNavigator.tsx | 20 +++---------------- .../ContentDiscoverySettingsScreen.tsx | 15 +++----------- 2 files changed, 6 insertions(+), 29 deletions(-) diff --git a/src/navigation/AppNavigator.tsx b/src/navigation/AppNavigator.tsx index 13f50760..61ac06bb 100644 --- a/src/navigation/AppNavigator.tsx +++ b/src/navigation/AppNavigator.tsx @@ -73,7 +73,7 @@ import BackdropGalleryScreen from '../screens/BackdropGalleryScreen'; import BackupScreen from '../screens/BackupScreen'; import ContinueWatchingSettingsScreen from '../screens/ContinueWatchingSettingsScreen'; import ContributorsScreen from '../screens/ContributorsScreen'; -import DebridIntegrationScreen from '../screens/DebridIntegrationScreen'; + import { ContentDiscoverySettingsScreen, AppearanceSettingsScreen, @@ -214,7 +214,7 @@ export type RootStackParamList = { }; ContinueWatchingSettings: undefined; Contributors: undefined; - DebridIntegration: undefined; + // New organized settings screens ContentDiscoverySettings: undefined; AppearanceSettings: undefined; @@ -1730,21 +1730,7 @@ const InnerNavigator = ({ initialRouteName }: { initialRouteName?: keyof RootSta }, }} /> - + - {hasVisibleItems(['addons', 'debrid']) && ( + {hasVisibleItems(['addons', 'scrapers']) && ( {isItemVisible('addons') && ( } onPress={() => navigation.navigate('Addons')} - isLast={!isItemVisible('debrid')} - isTablet={isTablet} - /> - )} - {isItemVisible('debrid') && ( - } - onPress={() => navigation.navigate('DebridIntegration')} + isLast={!isItemVisible('scrapers')} isTablet={isTablet} /> )} + {isItemVisible('scrapers') && (