remove comments

This commit is contained in:
De Carvalho Marcio Antonio 2019-12-03 01:18:41 +01:00 committed by TobiGr
parent 8de367e03f
commit e9a4caaf0b
1 changed files with 1 additions and 1 deletions

View File

@ -428,7 +428,7 @@ public class LocalPlaylistFragment extends BaseLocalListFragment<List<PlaylistSt
if (itemListAdapter == null) return; if (itemListAdapter == null) return;
itemListAdapter.removeItem(item); itemListAdapter.removeItem(item);
if(playlistManager.getPlaylistThumbnail(playlistId).equals(item.thumbnailUrl)) // If yes change for the first thumbnail of the list if(playlistManager.getPlaylistThumbnail(playlistId).equals(item.thumbnailUrl))
updateThumbnailUrl(); updateThumbnailUrl();
setVideoCount(itemListAdapter.getItemsList().size()); setVideoCount(itemListAdapter.getItemsList().size());