Fixed typo
This commit is contained in:
parent
1625c4b2a7
commit
3103ebab71
1 changed files with 1 additions and 1 deletions
|
|
@ -442,7 +442,7 @@ public abstract class PlayQueue implements Serializable {
|
||||||
if (backup == null) {
|
if (backup == null) {
|
||||||
backup = new ArrayList<>(streams);
|
backup = new ArrayList<>(streams);
|
||||||
}
|
}
|
||||||
// Can't shuffle an list that's empty or only has one element
|
// Can't shuffle a list that's empty or only has one element
|
||||||
if (size() <= 2) {
|
if (size() <= 2) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue