Update CONTRIBUTING

This commit is contained in:
kodjomoustapha
2024-08-02 17:48:27 +01:00
parent 4d878df9ec
commit 3fd623b795
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<String>` that are used by the reader.
- 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.
#### 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 string that are used by the reader.
- 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.
#### Episode Videos