mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-06-05 22:54:12 -04: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()
|
||||
.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).
|
||||
Console.WriteLine($"Validating {property.Name}");
|
||||
|
Loading…
x
Reference in New Issue
Block a user