mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-31 07:13:00 +00:00 
			
		
		
		
	Don't add the title when sharing as YouTube temp playlist
This commit is contained in:
		| @@ -411,12 +411,12 @@ public class LocalPlaylistFragment extends BaseLocalListFragment<List<PlaylistSt | |||||||
|             .subscribe( |             .subscribe( | ||||||
|                 urlsText -> { |                 urlsText -> { | ||||||
|  |  | ||||||
|                     final String content = shareMode == JUST_URLS |                     final String content = shareMode == WITH_TITLES | ||||||
|                         ? urlsText |                         ? context.getString(R.string.share_playlist_content_details, | ||||||
|                         : context.getString(R.string.share_playlist_content_details, |  | ||||||
|                                             name, |                                             name, | ||||||
|                                             urlsText |                                             urlsText | ||||||
|                                            ); |                                            ) | ||||||
|  |                         : urlsText; | ||||||
|  |  | ||||||
|                     ShareUtils.shareText(context, name, content); |                     ShareUtils.shareText(context, name, content); | ||||||
|                 }, |                 }, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Thiago F. G. Albuquerque
					Thiago F. G. Albuquerque