move playQueue() outside condition

This commit is contained in:
sonora 2016-07-20 12:40:36 +02:00
parent b6e7a46e1b
commit 67963f1b8b

View file

@ -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() {