fix continue watching none IDs, add showEmbeddedVideo to useEffect

This commit is contained in:
Simon
2025-01-31 10:38:10 +07:00
parent 702000a493
commit 168412724e
5 changed files with 14 additions and 4 deletions

View File

@@ -91,7 +91,7 @@ const Search = () => {
} else {
setSearchResults(EmptySearchResponse);
}
}, [debouncedSearchTerm, refresh]);
}, [debouncedSearchTerm, refresh, showEmbeddedVideo]);
const fetchResults = async (searchQuery: string) => {
const searchResults = await loadSearch(searchQuery);