1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-06-25 22:52:56 +00:00

[#11930] Updating javadoc

This commit is contained in:
Thiago F. G. Albuquerque 2025-02-25 20:23:07 -03:00
parent 998d84de6c
commit 3c7b026d7d

View File

@ -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();