Remove redundant clearing of list

This commit is contained in:
Zhiheng Xu 2021-05-22 13:39:15 -04:00
parent e29058412e
commit 6da5d1585d

View file

@ -476,7 +476,6 @@ public abstract class PlayQueue implements Serializable {
final int originIndex = getIndex();
final PlayQueueItem current = getItem();
streams.clear();
streams = backup;
backup = null;