mirror of
				https://github.com/zoriya/Kyoo.git
				synced 2025-11-04 03:27:14 -05:00 
			
		
		
		
	Oups
This commit is contained in:
		
							parent
							
								
									4a15fa8363
								
							
						
					
					
						commit
						3f5a0c060c
					
				@ -231,7 +231,7 @@ namespace Kyoo.Controllers
 | 
				
			|||||||
			
 | 
								
 | 
				
			||||||
			foreach (PropertyInfo property in typeof(T).GetProperties()
 | 
								foreach (PropertyInfo property in typeof(T).GetProperties()
 | 
				
			||||||
				.Where(x => typeof(IEnumerable).IsAssignableFrom(x.PropertyType) 
 | 
									.Where(x => typeof(IEnumerable).IsAssignableFrom(x.PropertyType) 
 | 
				
			||||||
				            && !typeof(string).IsAssignableFrom(x.PropertyType))
 | 
									            && !typeof(string).IsAssignableFrom(x.PropertyType)))
 | 
				
			||||||
			{
 | 
								{
 | 
				
			||||||
				// TODO For DE classes (like ShowDE), the basic ienumerable should not be verified (for exemple, GenreLinks should be checked & not Genres). 
 | 
									// TODO For DE classes (like ShowDE), the basic ienumerable should not be verified (for exemple, GenreLinks should be checked & not Genres). 
 | 
				
			||||||
				Console.WriteLine($"Validating {property.Name}");
 | 
									Console.WriteLine($"Validating {property.Name}");
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user