Fix media player
This commit is contained in:
parent
7ab4ae98e9
commit
f39bd801f4
1 changed files with 0 additions and 5 deletions
|
@ -54,11 +54,6 @@ public class MediaCommandPlayerImpl extends AbstractPrologCommandPlayer {
|
|||
mediaPlayer = null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String[] getLibraries() {
|
||||
return new String[] { "alice.tuprolog.lib.BasicLibrary"};
|
||||
}
|
||||
|
||||
@Override
|
||||
public void playCommands(CommandBuilder builder){
|
||||
filesToPlay.addAll(builder.execute());
|
||||
|
|
Loading…
Reference in a new issue