Release Testing Part 2 (#1794)

* Stop showing loading indicator when no next/prev chapter

* Fixed a bug where manage collections wasn't named correctly in UI.

* Slight tweaks on email flow

* Fixed a bug where we were grabbing wrong property for book layout mode

* Fixed an issue where pagination area wasn't properly spanning window on different scaling modes.

* Fixed a bug where right pagination area wasn't sticking to the right hand side on original scaling

* Added a note from reading an epub3

* Reworked some of the readme
This commit is contained in:
Joe Milazzo 2023-02-17 17:48:46 -06:00 committed by GitHub
parent 2c4b94cfc3
commit c117d8dc04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 40 additions and 28 deletions

View file

@ -623,7 +623,7 @@ public class BookService : IBookService
series = metadataItem.Content;
break;
case "collection-type":
// These look to be genres from https://manual.calibre-ebook.com/sub_groups.html
// These look to be genres from https://manual.calibre-ebook.com/sub_groups.html or can be "series"
break;
}
}