mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-31 15:23:00 +00:00 
			
		
		
		
	Using Strings
still need to find out why its null on the library
This commit is contained in:
		| @@ -276,7 +276,7 @@ public class PlaylistFragment extends BaseListInfoFragment<PlaylistInfo> { | ||||
|             } | ||||
|         } else { // Else : hide the uploader section | ||||
|             //headerUploaderLayout.setVisibility(View.INVISIBLE); | ||||
|             headerUploaderName.setText("Auto-Generated (no uploader found)"); | ||||
|             headerUploaderName.setText(R.string.playlist_no_uploader); | ||||
|         } | ||||
|  | ||||
|         playlistCtrl.setVisibility(View.VISIBLE); | ||||
|   | ||||
| @@ -428,6 +428,7 @@ | ||||
|     <string name="playlist_add_stream_success">Playlisted</string> | ||||
|     <string name="playlist_thumbnail_change_success">Playlist thumbnail changed.</string> | ||||
|     <string name="playlist_delete_failure">Could not delete playlist.</string> | ||||
|     <string name="playlist_no_uploader">Auto-Generated (no uploader found)</string> | ||||
|     <!-- Players --> | ||||
|     <string name="caption_none">No Captions</string> | ||||
|     <string name="resize_fit">Fit</string> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Peter Hindes
					Peter Hindes