mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-04 21:39:49 +00:00
fix continue watching none IDs, add showEmbeddedVideo to useEffect
This commit is contained in:
@@ -91,7 +91,7 @@ const Search = () => {
|
||||
} else {
|
||||
setSearchResults(EmptySearchResponse);
|
||||
}
|
||||
}, [debouncedSearchTerm, refresh]);
|
||||
}, [debouncedSearchTerm, refresh, showEmbeddedVideo]);
|
||||
|
||||
const fetchResults = async (searchQuery: string) => {
|
||||
const searchResults = await loadSearch(searchQuery);
|
||||
|
||||
Reference in New Issue
Block a user