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
|
||||
//headerUploaderLayout.setVisibility(View.INVISIBLE);
|
||||
headerUploaderName.setText("Auto-Generated");
|
||||
headerUploaderName.setText("Auto-Generated (no uploader found)");
|
||||
}
|
||||
|
||||
playlistCtrl.setVisibility(View.VISIBLE);
|
||||
|
|
Loading…
Reference in New Issue