1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

removed code redundancies.

This commit is contained in:
kay.one
2013-07-26 22:02:25 -07:00
parent 6d3a604677
commit 9a24268ee7
24 changed files with 104 additions and 185 deletions
+1 -4
View File
@@ -153,10 +153,7 @@ namespace Marr.Data.Mapping
fieldName,
typeof(TEntity).Name));
}
else
{
Relationships.Add(relationship);
}
Relationships.Add(relationship);
}
/// <summary>