fixed soundcloud crash
This commit is contained in:
		
							parent
							
								
									8161f8e7b8
								
							
						
					
					
						commit
						6df9d17ada
					
				| @ -327,9 +327,12 @@ class sc{ | |||||||
| 						$description[] = $song["title"]; | 						$description[] = $song["title"]; | ||||||
| 					} | 					} | ||||||
| 					 | 					 | ||||||
| 					if(count($description) != 0){ | 					if(count($description) !== 0){ | ||||||
| 						 | 						 | ||||||
| 						$description = trim($count . " songs. " . implode(", ", $description)); | 						$description = trim($count . " songs. " . implode(", ", $description)); | ||||||
|  | 					}else{ | ||||||
|  | 						 | ||||||
|  | 						$description = ""; | ||||||
| 					} | 					} | ||||||
| 					 | 					 | ||||||
| 					if( | 					if( | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 lolcat
						lolcat