mirror of
https://github.com/streamyfin/streamyfin.git
synced 2025-08-20 18:37:18 +02:00
fix: Jellyseerr filter buttons showing when library selected
This commit is contained in:
@@ -254,7 +254,7 @@ export default function search() {
|
||||
}
|
||||
/>
|
||||
</TouchableOpacity>
|
||||
{!loading && noResults && debouncedSearch.length > 0 && (
|
||||
{searchType === "Discover" && !loading && noResults && debouncedSearch.length > 0 && (
|
||||
<View className="flex flex-row justify-end items-center space-x-1">
|
||||
<FilterButton
|
||||
collectionId="search"
|
||||
|
||||
Reference in New Issue
Block a user