mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-31 07:13:00 +00:00 
			
		
		
		
	[Regression] Fix videos added multiple times to detail fragment stack
This commit is contained in:
		| @@ -1756,7 +1756,7 @@ public final class VideoDetailFragment | ||||
|         // deleted/added items inside Channel/Playlist queue and makes possible to have | ||||
|         // a history of played items | ||||
|         @Nullable final StackItem stackPeek = stack.peek(); | ||||
|         if (stackPeek != null && stackPeek.getPlayQueue().equals(queue)) { | ||||
|         if (stackPeek != null && !stackPeek.getPlayQueue().equals(queue)) { | ||||
|             @Nullable final PlayQueueItem playQueueItem = queue.getItem(); | ||||
|             if (playQueueItem != null) { | ||||
|                 stack.push(new StackItem(playQueueItem.getServiceId(), playQueueItem.getUrl(), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Stypox
					Stypox