move playQueue() outside condition
This commit is contained in:
parent
b6e7a46e1b
commit
67963f1b8b
1 changed files with 1 additions and 1 deletions
|
@ -95,8 +95,8 @@ public class MediaCommandPlayerImpl extends AbstractPrologCommandPlayer implemen
|
||||||
} catch (InterruptedException e) {
|
} catch (InterruptedException e) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
playQueue();
|
|
||||||
}
|
}
|
||||||
|
playQueue();
|
||||||
}
|
}
|
||||||
|
|
||||||
private synchronized void playQueue() {
|
private synchronized void playQueue() {
|
||||||
|
|
Loading…
Reference in a new issue