Some cleanup
This commit is contained in:
parent
2f5743d2ae
commit
28702e2d10
2 changed files with 3 additions and 0 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue