mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-31 15:23:00 +00:00 
			
		
		
		
	Merge pull request #7693 from TiA4f8R/fix-first-item-play-queue-always-played
Fix first item always played in the play queue when reloading play queue manager
This commit is contained in:
		| @@ -2048,7 +2048,7 @@ public final class Player implements | |||||||
|         if (currentState == STATE_BLOCKED) { |         if (currentState == STATE_BLOCKED) { | ||||||
|             changeState(STATE_BUFFERING); |             changeState(STATE_BUFFERING); | ||||||
|         } |         } | ||||||
|         simpleExoPlayer.setMediaSource(mediaSource); |         simpleExoPlayer.setMediaSource(mediaSource, false); | ||||||
|         simpleExoPlayer.prepare(); |         simpleExoPlayer.prepare(); | ||||||
|     } |     } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 litetex
					litetex