From 703d7f79abc97ea0c45429dfc9ced0d529b4e949 Mon Sep 17 00:00:00 2001 From: Ivan Evans <74743263+Pasithea0@users.noreply.github.com> Date: Wed, 25 Sep 2024 20:18:29 -0600 Subject: [PATCH] only show selected type --- src/utils/discoverContent.tsx | 282 ++++++++++++++++++---------------- 1 file changed, 149 insertions(+), 133 deletions(-) diff --git a/src/utils/discoverContent.tsx b/src/utils/discoverContent.tsx index a34349ce..b34783bc 100644 --- a/src/utils/discoverContent.tsx +++ b/src/utils/discoverContent.tsx @@ -1115,150 +1115,166 @@ export function DiscoverContent() { )} -
+ No movies available for {selectedProvider.name}. +
+ ) + ) : ( ++ Please select a provider to view movies. +
+ )}- No shows available for {selectedTVProvider.name}. -
- ) - ) : ( -- Please select a provider to view shows. -
- )} -