Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: Linter error
  • Loading branch information
Danielku15 committed May 7, 2025
commit 9b063d23702823167d80c45137975af2023e8e40
2 changes: 1 addition & 1 deletion src/synth/ExternalMediaPlayer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class ExternalMediaSynthOutput implements IBackingTrackSynthOutput {

public async enumerateOutputDevices(): Promise<ISynthOutputDevice[]> {
const empty:ISynthOutputDevice[] = [];
return empty;;
return empty;
}
public async setOutputDevice(_device: ISynthOutputDevice | null): Promise<void> {}

Expand Down