en/AniPlay: fixed small warning
This commit is contained in:
parent
d9be471931
commit
67dcc30dee
1 changed files with 2 additions and 2 deletions
|
@ -208,8 +208,8 @@ class AniPlay : AniListAnimeHttpSource(), ConfigurableAnimeSource {
|
||||||
.add("Next-Action", getHeaderValue(baseHost, NEXT_ACTION_SOURCES_LIST))
|
.add("Next-Action", getHeaderValue(baseHost, NEXT_ACTION_SOURCES_LIST))
|
||||||
.build()
|
.build()
|
||||||
|
|
||||||
var timeouts: Int = 0
|
var timeouts = 0
|
||||||
var maxTimeout: Int = 0
|
var maxTimeout = 0
|
||||||
val episodeDataList = extras.parallelFlatMap { extra ->
|
val episodeDataList = extras.parallelFlatMap { extra ->
|
||||||
val languages = mutableListOf("sub").apply {
|
val languages = mutableListOf("sub").apply {
|
||||||
if (extra.hasDub) add("dub")
|
if (extra.hasDub) add("dub")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue