mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-09-09 06:16:00 +00:00
Remove redundant clearing of list
This commit is contained in:
@@ -476,7 +476,6 @@ public abstract class PlayQueue implements Serializable {
|
|||||||
final int originIndex = getIndex();
|
final int originIndex = getIndex();
|
||||||
final PlayQueueItem current = getItem();
|
final PlayQueueItem current = getItem();
|
||||||
|
|
||||||
streams.clear();
|
|
||||||
streams = backup;
|
streams = backup;
|
||||||
backup = null;
|
backup = null;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user