-
Notifications
You must be signed in to change notification settings - Fork 259
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Anime4Up.kt #3029
Update Anime4Up.kt #3029
Conversation
enable last eps tab and add the fun to filter by season
please review the extention after modifing |
Follow the checklist |
src/ar/anime4up/src/eu/kanade/tachiyomi/animeextension/ar/anime4up/Anime4Up.kt
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also run lint
@@ -211,6 +241,15 @@ class Anime4Up : ConfigurableAnimeSource, ParsedAnimeHttpSource() { | |||
} | |||
|
|||
// ============================= Utilities ============================== | |||
private inline fun <A, B> Iterable<A>.parallelCatchingFlatMap(crossinline f: suspend (A) -> Iterable<B>): List<B> = |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't this already in the extension-lib 14? Use that instead of duplicating the code
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
import back parallelCatchingFlatMapBlocking
and use that one. you have deleted it above
i finlly did it xD . adding the list of seasons url
ktlint applied
I don't think you are testing your changes, the pr has syntax errors in it's current state. putting this on draft |
getting ani last and modify it
final ? i think
final ? i tihnk
Closing due to no response, feel free to create a new pull requests when you have addresses the issues and when you have tested your code. |
enable last eps tab and add the fun to filter by season
Checklist:
extVersionCode
value inbuild.gradle
for individual extensionsoverrideVersionCode
orbaseVersionCode
as needed for all multisrc extensionsisNsfw = true
flag inbuild.gradle
when appropriateid
if a source's name or language were changedweb_hi_res_512.png
when adding a new extension