You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`new GetPlaylistTitlesAsyncTask(mYouTubeDataApi) { @OverRide
protected void onPostExecute(PlaylistListResponse playlistListResponse) {
// if we didn't receive a response for the playlist titles, then there's nothing to update
if (playlistListResponse == null)
return;
playlist.getSnippet().getTitle() gives the Title...
but Why
playlist.getSnippet().getThumbnails() gives null.
How can I get Thumbnail of a particular Playlist
`new GetPlaylistTitlesAsyncTask(mYouTubeDataApi) {
@OverRide
protected void onPostExecute(PlaylistListResponse playlistListResponse) {
// if we didn't receive a response for the playlist titles, then there's nothing to update
if (playlistListResponse == null)
return;
The text was updated successfully, but these errors were encountered: