mirror of
https://github.com/TeamNewPipe/NewPipe/
synced 2025-02-03 12:17:38 +01:00
Remove redundant clearing of list
This commit is contained in:
parent
e1a6347c4e
commit
5ab6e84044
@ -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…
x
Reference in New Issue
Block a user