mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-31 15:23:00 +00:00 
			
		
		
		
	Enqueuing now triggers video playing if the play queue has done playing
This commit is contained in:
		| @@ -230,7 +230,8 @@ public abstract class BasePlayer implements | ||||
|             int sizeBeforeAppend = playQueue.size(); | ||||
|             playQueue.append(queue.getStreams()); | ||||
|  | ||||
|             if (intent.getBooleanExtra(SELECT_ON_APPEND, false) && | ||||
|             if ((intent.getBooleanExtra(SELECT_ON_APPEND, false) || | ||||
|                     getCurrentState() == STATE_COMPLETED) && | ||||
|                     queue.getStreams().size() > 0) { | ||||
|                 playQueue.setIndex(sizeBeforeAppend); | ||||
|             } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Coin
					Coin