main #1
@@ -15,7 +15,7 @@ public class AudioTable extends ScriptTable {
|
||||
|
||||
@Override
|
||||
protected void define(HostServices services) {
|
||||
AudioHost audioHost = services.audio().orElseThrow(() -> new IllegalStateException("DomHost not provided"));
|
||||
AudioHost audioHost = services.audio().orElseThrow(() -> new IllegalStateException("AudioHost not provided"));
|
||||
|
||||
table().set("play", new OneArgFunction() {
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user