.tidal gist url
This commit is contained in:
Vendored
-2
@@ -53,8 +53,6 @@ export function DownloadTrack(arg1:main.DownloadRequest):Promise<main.DownloadRe
|
||||
|
||||
export function ExportFailedDownloads():Promise<string>;
|
||||
|
||||
export function FetchUnifiedAPIStatus(arg1:boolean):Promise<string>;
|
||||
|
||||
export function GetBrewPath():Promise<string>;
|
||||
|
||||
export function GetConfigPath():Promise<string>;
|
||||
|
||||
@@ -102,10 +102,6 @@ export function ExportFailedDownloads() {
|
||||
return window['go']['main']['App']['ExportFailedDownloads']();
|
||||
}
|
||||
|
||||
export function FetchUnifiedAPIStatus(arg1) {
|
||||
return window['go']['main']['App']['FetchUnifiedAPIStatus'](arg1);
|
||||
}
|
||||
|
||||
export function GetBrewPath() {
|
||||
return window['go']['main']['App']['GetBrewPath']();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user