mirror of
https://github.com/neosubhamoy/neodlp.git
synced 2025-12-20 06:39:34 +05:30
feat: added cancel search button and improved search error handling
This commit is contained in:
@@ -23,11 +23,15 @@ export interface CurrentVideoMetadataStore {
|
||||
isMetadataLoading: boolean;
|
||||
requestedUrl: string;
|
||||
autoSubmitSearch: boolean;
|
||||
searchPid: number | null;
|
||||
showSearchError: boolean;
|
||||
setVideoUrl: (url: string) => void;
|
||||
setVideoMetadata: (metadata: RawVideoInfo | null) => void;
|
||||
setIsMetadataLoading: (isLoading: boolean) => void;
|
||||
setRequestedUrl: (url: string) => void;
|
||||
setAutoSubmitSearch: (autoSubmit: boolean) => void;
|
||||
setSearchPid: (pid: number | null) => void;
|
||||
setShowSearchError: (showError: boolean) => void;
|
||||
}
|
||||
|
||||
export interface DownloaderPageStatesStore {
|
||||
|
||||
Reference in New Issue
Block a user