mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-11-04 09:13:00 +00:00 
			
		
		
		
	Removed redundant. Related to last merge
This commit is contained in:
		@@ -29,8 +29,6 @@ public class RemotePlaylistItemHolder extends PlaylistItemHolder {
 | 
			
		||||
        itemTitleView.setText(item.getName());
 | 
			
		||||
        itemStreamCountView.setText(String.valueOf(item.getStreamCount()));
 | 
			
		||||
        // Here is where the uploader name is set in the bookmarked playlists library
 | 
			
		||||
        itemUploaderView.setText(Localization.concatenateStrings(item.getUploader(),
 | 
			
		||||
                NewPipe.getNameOfService(item.getServiceId())));
 | 
			
		||||
        if (item.getUploader() != null) {
 | 
			
		||||
            itemUploaderView.setText(Localization.concatenateStrings(item.getUploader(),
 | 
			
		||||
                NewPipe.getNameOfService(item.getServiceId())));
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user