odd extension search error fix

This commit is contained in:
Finnley Somdahl
2023-11-23 00:12:09 -06:00
parent d4c2df37ae
commit ba351df331
3 changed files with 9 additions and 3 deletions

View File

@@ -30,7 +30,6 @@ abstract class WatchSources : BaseSources() {
extra: Map<String, String>?,
sAnime: SAnime?
): MutableMap<String, Episode> {
println("finder333 $showLink")
val map = mutableMapOf<String, Episode>()
val parser = get(i)
tryWithSuspend(true) {