Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
OnlyFart committed Nov 25, 2024
1 parent cfaf72e commit dc1e8f0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

namespace Core.Logic.Getters.RanobeOvh;

public class RanobeOvhGetter : RanobeOvhGetterBase {
public RanobeOvhGetter(BookGetterConfig config) : base(config) { }
public class NovelOvhGetter : RanobeOvhGetterBase {
public NovelOvhGetter(BookGetterConfig config) : base(config) { }

protected override Uri SystemUrl => new("https://novel.ovh/");

Expand Down

0 comments on commit dc1e8f0

Please sign in to comment.