Update CONTRIBUTING

This commit is contained in:
kodjomoustapha 2024-08-03 07:48:08 +01:00
parent 8d40365b16
commit cc7cac1aa5
2 changed files with 2 additions and 2 deletions

View file

@ -133,7 +133,7 @@ All control filters can have a default state set. It's usually recommended if th
#### Chapter pages
- When user opens an chapter, `getPageList` will be called and it will return a `List<Map<String,dynamic>>` with a list of `{"url":string,"headers":Map<String,String>}` that are used by the reader.
- When user opens an chapter, `getPageList` will be called and it will return a `List<String>` or `List<Map<String,dynamic>>` with a list of `{"url":string,"headers":Map<String,String>}` that are used by the reader.
#### Episode Videos

View file

@ -97,7 +97,7 @@ a.k.a. the Latest source entry point in the app (invoked by tapping on the "Late
#### Chapter pages
- When user opens an chapter, `getPageList` will be called and it will return an array of map like `{ url:string,headers:map }` that are used by the reader.
- When user opens an chapter, `getPageList` will be called and it will return an array of string or an array of map like `{ url:string,headers:map }` that are used by the reader.
#### Episode Videos