mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-31 15:23:00 +00:00 
			
		
		
		
	Fixed the bug
This commit is contained in:
		| @@ -527,6 +527,9 @@ public abstract class PlayQueue implements Serializable { | ||||
|         if (size() != other.size()) { | ||||
|             return false; | ||||
|         } | ||||
|         if (other.getIndex() != getIndex()) { | ||||
|             return false; | ||||
|         } | ||||
|         for (int i = 0; i < size(); i++) { | ||||
|             final PlayQueueItem stream = streams.get(i); | ||||
|             final PlayQueueItem otherStream = other.streams.get(i); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jared Fantaye
					Jared Fantaye