From e5a55452d2b8020d1d7f4f4c92150ed7f4559826 Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Sun, 14 Jun 2020 19:54:32 +0430 Subject: [PATCH] [CI SKIP] Fix incorrect info (#3531) * [CI SKIP] Fix incorrect info * Update CONTRIBUTING.md Co-authored-by: arkon --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 47b07efe0..bbe61deb3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -167,7 +167,7 @@ a.k.a. the "Latest" source entry point in the app. - When user opens a chapter, `fetchPageList` will be called and it will return a list of `Page`s. - While a chapter is open the reader will call `fetchImageUrl` to get URLs for each page of the manga. - Chapter pages start from `0`. -- If `Page.imageUrl`s are available immediately, you should pass them here. Otherwise, you can set `page.url` to a empty string and override `imageUrlParse` to fill those `imageUrl`s. +- If `Page.imageUrl`s are available immediately, you should pass them here. Otherwise, you should set `page.url` to a page that contains them and override `imageUrlParse` to fill those `imageUrl`s. ### Misc notes