mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-05-30 10:55:16 -04:00
Fixing show's repository
This commit is contained in:
@@ -167,9 +167,8 @@ namespace Kyoo.Controllers
|
||||
|
||||
if (resetOld)
|
||||
Utility.Nullify(old);
|
||||
await EditRelations(old, edited, resetOld);
|
||||
Utility.Complete(old, edited, x => x.GetCustomAttribute<LoadableRelationAttribute>() == null);
|
||||
await Validate(old);
|
||||
await EditRelations(old, edited, resetOld);
|
||||
await Database.SaveChangesAsync();
|
||||
return old;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user