Fix build
This commit is contained in:
parent
5171a1b026
commit
889812409f
1 changed files with 2 additions and 0 deletions
|
@ -17,4 +17,6 @@ public interface CommandPlayer {
|
|||
public abstract List<String> execute(List<Struct> listStruct);
|
||||
|
||||
public abstract void updateAudioStream(int streamType);
|
||||
|
||||
public String getLanguage();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue