mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2024-12-25 17:40:33 +00:00
describe what "Auto-Generated" Means
This commit is contained in:
parent
cc1e5edaec
commit
49db47c12c
@ -276,7 +276,7 @@ public class PlaylistFragment extends BaseListInfoFragment<PlaylistInfo> {
|
|||||||
}
|
}
|
||||||
} else { // Else : hide the uploader section
|
} else { // Else : hide the uploader section
|
||||||
//headerUploaderLayout.setVisibility(View.INVISIBLE);
|
//headerUploaderLayout.setVisibility(View.INVISIBLE);
|
||||||
headerUploaderName.setText("Auto-Generated");
|
headerUploaderName.setText("Auto-Generated (no uploader found)");
|
||||||
}
|
}
|
||||||
|
|
||||||
playlistCtrl.setVisibility(View.VISIBLE);
|
playlistCtrl.setVisibility(View.VISIBLE);
|
||||||
|
Loading…
Reference in New Issue
Block a user