feat: implement background ebook indexing with progress tracking and real-time UI updates
This commit is contained in:
@@ -38,4 +38,5 @@ public record LastReadBookDto
|
||||
public string? LastChapter { get; init; }
|
||||
public int LastChapterIndex { get; init; }
|
||||
public string? Description { get; init; }
|
||||
public bool IsReadyForReading { get; init; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user