72 lines
1.8 KiB
JavaScript
Executable File
72 lines
1.8 KiB
JavaScript
Executable File
// @ts-check
|
|
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
|
// This file is automatically generated. DO NOT EDIT
|
|
|
|
export function CancelScan() {
|
|
return window['go']['library']['Library']['CancelScan']();
|
|
}
|
|
|
|
export function FullRescan() {
|
|
return window['go']['library']['Library']['FullRescan']();
|
|
}
|
|
|
|
export function GetAlbumTracks(arg1) {
|
|
return window['go']['library']['Library']['GetAlbumTracks'](arg1);
|
|
}
|
|
|
|
export function GetAlbumsByArtist(arg1) {
|
|
return window['go']['library']['Library']['GetAlbumsByArtist'](arg1);
|
|
}
|
|
|
|
export function GetAllAlbums() {
|
|
return window['go']['library']['Library']['GetAllAlbums']();
|
|
}
|
|
|
|
export function GetAllArtists() {
|
|
return window['go']['library']['Library']['GetAllArtists']();
|
|
}
|
|
|
|
export function GetAllGenresWithCounts() {
|
|
return window['go']['library']['Library']['GetAllGenresWithCounts']();
|
|
}
|
|
|
|
export function GetAllTracks() {
|
|
return window['go']['library']['Library']['GetAllTracks']();
|
|
}
|
|
|
|
export function GetTracksByGenre(arg1) {
|
|
return window['go']['library']['Library']['GetTracksByGenre'](arg1);
|
|
}
|
|
|
|
export function IsScanActive() {
|
|
return window['go']['library']['Library']['IsScanActive']();
|
|
}
|
|
|
|
export function IsScanPaused() {
|
|
return window['go']['library']['Library']['IsScanPaused']();
|
|
}
|
|
|
|
export function PauseScan() {
|
|
return window['go']['library']['Library']['PauseScan']();
|
|
}
|
|
|
|
export function ResumeScan() {
|
|
return window['go']['library']['Library']['ResumeScan']();
|
|
}
|
|
|
|
export function Scan() {
|
|
return window['go']['library']['Library']['Scan']();
|
|
}
|
|
|
|
export function SearchTracks(arg1) {
|
|
return window['go']['library']['Library']['SearchTracks'](arg1);
|
|
}
|
|
|
|
export function SetContext(arg1) {
|
|
return window['go']['library']['Library']['SetContext'](arg1);
|
|
}
|
|
|
|
export function SetRescanHooks(arg1) {
|
|
return window['go']['library']['Library']['SetRescanHooks'](arg1);
|
|
}
|