Skip to content

Commit

Permalink
fix: fix update all anidb action
Browse files Browse the repository at this point in the history
  • Loading branch information
revam committed Nov 12, 2023
1 parent ca7cba0 commit 38e5f52
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Shoko.Server/Import/Importer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -882,11 +882,10 @@ public static void RunImport_UpdateAllAniDB()

foreach (var anime in RepoFactory.AniDB_Anime.GetAll())
{
commandFactory.CreateAndSave<CommandRequest_GetAnimeHTTP>(
commandFactory.CreateAndSave<CommandRequest_GetAnimeHTTP_Force>(
c =>
{
c.AnimeID = anime.AnimeID;
c.ForceRefresh = true;
}
);
}
Expand Down

0 comments on commit 38e5f52

Please sign in to comment.