mirror of
https://github.com/MaintainTeam/LastPipeBender.git
synced 2025-03-02 22:38:20 +03:00
Removed redundant. Related to last merge
This commit is contained in:
parent
c05633979c
commit
693756bdd6
1 changed files with 0 additions and 2 deletions
|
@ -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())));
|
||||||
|
|
Loading…
Add table
Reference in a new issue