Remove redundant clearing of list
This commit is contained in:
parent
e29058412e
commit
6da5d1585d
1 changed files with 0 additions and 1 deletions
|
|
@ -476,7 +476,6 @@ public abstract class PlayQueue implements Serializable {
|
|||
final int originIndex = getIndex();
|
||||
final PlayQueueItem current = getItem();
|
||||
|
||||
streams.clear();
|
||||
streams = backup;
|
||||
backup = null;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue