- WriteTrackTagsByPath resolves filePath to trackID via GetAudioFileByPath - ImageFilePicker opens native file dialog filtered to JPEG/PNG - Added Wails TypeScript bindings for both new methods
12 lines
379 B
TypeScript
Executable File
12 lines
379 B
TypeScript
Executable File
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
|
// This file is automatically generated. DO NOT EDIT
|
|
import {context} from '../models';
|
|
|
|
export function DirectoryPicker():Promise<string>;
|
|
|
|
export function ImageFilePicker():Promise<string>;
|
|
|
|
export function PlaylistFilePicker():Promise<Array<string>>;
|
|
|
|
export function SetContext(arg1:context.Context):Promise<void>;
|