| 
														
															@@ -36,7 +36,7 @@ static void ensure_valid_url(struct rtmp_common *service, json_t *json, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 	if (!service->server || !servers || !json_is_array(servers)) 
														 | 
														
														 | 
														
															 	if (!service->server || !servers || !json_is_array(servers)) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		return; 
														 | 
														
														 | 
														
															 		return; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-	if (astrcmpi(service->server, "auto") == 0) 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+	if (astrstri(service->service, "Facebook") == NULL) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		return; 
														 | 
														
														 | 
														
															 		return; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 	json_array_foreach (servers, index, server) { 
														 | 
														
														 | 
														
															 	json_array_foreach (servers, index, server) { 
														 |