mirror of
				https://github.com/TeamPiped/Piped-Backend.git
				synced 2024-08-14 23:51:41 +00:00 
			
		
		
		
	Fix npe.
This commit is contained in:
		
							parent
							
								
									0129cc58ce
								
							
						
					
					
						commit
						4c08c350e8
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -343,7 +343,7 @@ public class ResponseHelper {
 | 
			
		|||
                StreamInfoItem stream = (StreamInfoItem) item;
 | 
			
		||||
                items.add(new SearchStream(item.getName(), rewriteURL(item.getThumbnailUrl()),
 | 
			
		||||
                        item.getUrl().substring(23), stream.getTextualUploadDate(), stream.getUploaderName(),
 | 
			
		||||
                        stream.getUploaderUrl().substring(23), stream.getViewCount(), stream.getDuration(),
 | 
			
		||||
                        optionalSubstring(stream.getUploaderUrl(), 23), stream.getViewCount(), stream.getDuration(),
 | 
			
		||||
                        stream.isUploaderVerified()));
 | 
			
		||||
                break;
 | 
			
		||||
            case CHANNEL:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue