[skip ci] Add info about the page list sort (#16072)

[skip ci] Add info about the page list sort.
This commit is contained in:
Alessandro Jean 2023-04-16 19:21:14 -03:00 committed by GitHub
parent 5beebd52a5
commit 8670d2c9da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -392,6 +392,7 @@ open class UriPartFilter(displayName: String, private val vals: Array<Pair<Strin
- If the source provides all the `Page.imageUrl`'s directly, you can fill them and let the `Page.url` empty, so the app will skip the `fetchImageUrl` source and call directly `fetchImage`.
- The `Page.url` and `Page.imageUrl` attributes **should be set as an absolute URL**.
- Chapter pages numbers start from `0`.
- The list of `Page`s should be returned already sorted, the `index` field is ignored.
### Misc notes