mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-31 07:13:00 +00:00 
			
		
		
		
	[#11930] Updating javadoc
This commit is contained in:
		| @@ -388,16 +388,15 @@ public class LocalPlaylistFragment extends BaseLocalListFragment<List<PlaylistSt | |||||||
|         return true; |         return true; | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     /** |     /// | ||||||
|      * FIXME update this |     /// Shares the playlist in one of 3 ways, depending on the value of `shareMode`: | ||||||
|      * |     /// | ||||||
|      * Shares the playlist as a list of stream URLs if {@code shareMode} is |     /// - `JUST_URLS`: shares the URLs only. | ||||||
|      * set to {@code false}. Shares the playlist name along with a list of video titles and URLs |     /// - `WITH_TITLES`: each entry in the list is accompanied by its title. | ||||||
|      * if {@code shareMode} is set to {@code true}. |     /// - `YOUTUBE_TEMP_PLAYLIST`: shares as a YouTube temporary playlist. | ||||||
|      * |     /// | ||||||
|      * @param shareMode Whether the playlist details should be included in the |     ///  @param shareMode The way the playlist should be shared. | ||||||
|      *                  shared content. |     /// | ||||||
|      */ |  | ||||||
|     private void sharePlaylist(final PlayListShareMode shareMode) { |     private void sharePlaylist(final PlayListShareMode shareMode) { | ||||||
|         final Context context = requireContext(); |         final Context context = requireContext(); | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Thiago F. G. Albuquerque
					Thiago F. G. Albuquerque