mirror of
https://github.com/C9Glax/tranga.git
synced 2025-10-11 21:29:49 +02:00
Sync reason System.Reflection.MethodBase.GetCurrentMethod()?.Name
This commit is contained in:
@@ -85,7 +85,7 @@ public class MyAnimeList : MetadataFetcher
|
||||
dbManga.Authors.Clear();
|
||||
dbManga.Authors = resultData.Authors.Select(a => new Author(a.Name)).ToList();
|
||||
|
||||
await dbContext.Sync(token, GetType());
|
||||
await dbContext.Sync(token, GetType(), System.Reflection.MethodBase.GetCurrentMethod()?.Name);
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user