24 lines
621 B
JavaScript
Executable File
24 lines
621 B
JavaScript
Executable File
// @ts-check
|
|
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
|
// This file is automatically generated. DO NOT EDIT
|
|
|
|
export function GetAlbumTracks(arg1) {
|
|
return window['go']['library']['Library']['GetAlbumTracks'](arg1);
|
|
}
|
|
|
|
export function GetAllAlbums() {
|
|
return window['go']['library']['Library']['GetAllAlbums']();
|
|
}
|
|
|
|
export function GetAllTracks() {
|
|
return window['go']['library']['Library']['GetAllTracks']();
|
|
}
|
|
|
|
export function Scan() {
|
|
return window['go']['library']['Library']['Scan']();
|
|
}
|
|
|
|
export function SetContext(arg1) {
|
|
return window['go']['library']['Library']['SetContext'](arg1);
|
|
}
|