mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-30 23:03:00 +00:00 
			
		
		
		
	Merge branch 'dev' into lang
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); | ||||
|             } | ||||
|   | ||||
| @@ -34,7 +34,7 @@ | ||||
|  | ||||
|     <string name="tab_main">Main</string> | ||||
|     <string name="tab_subscriptions">Subscriptions</string> | ||||
|     <string name="tab_bookmarks">Bookmarks</string> | ||||
|     <string name="tab_bookmarks">Bookmarked Playlists</string> | ||||
|     <string name="tab_new">New Tab</string> | ||||
|     <string name="tab_choose">Choose Tab</string> | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Christian Schabesberger
					Christian Schabesberger