Some cleanup

This commit is contained in:
Joseph Milazzo 2025-05-11 14:10:44 -05:00
parent 2f5743d2ae
commit 28702e2d10
2 changed files with 3 additions and 0 deletions

View file

@ -632,6 +632,7 @@ public class CoverDbService : ICoverDbService
}
}
// TODO: Refactor this to IHasCoverImage instead of a hard entity type
public async Task SetChapterCoverByUrl(Chapter chapter, string url, bool fromBase64 = true, bool chooseBetterImage = false)
{
if (!string.IsNullOrEmpty(url))