1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-10-29 14:27:39 +00:00

Removed redundant. Related to last merge

This commit is contained in:
Peter Hindes
2019-12-06 08:36:57 -07:00
committed by GitHub
parent c05633979c
commit 693756bdd6

View File

@@ -29,8 +29,6 @@ public class RemotePlaylistItemHolder extends PlaylistItemHolder {
itemTitleView.setText(item.getName()); itemTitleView.setText(item.getName());
itemStreamCountView.setText(String.valueOf(item.getStreamCount())); itemStreamCountView.setText(String.valueOf(item.getStreamCount()));
// Here is where the uploader name is set in the bookmarked playlists library // 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) { if (item.getUploader() != null) {
itemUploaderView.setText(Localization.concatenateStrings(item.getUploader(), itemUploaderView.setText(Localization.concatenateStrings(item.getUploader(),
NewPipe.getNameOfService(item.getServiceId()))); NewPipe.getNameOfService(item.getServiceId())));