mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Revert "Add TamilYogiProvider.kt for testing"
This reverts commit aa4b5432ee
.
This commit is contained in:
parent
aa4b5432ee
commit
02bf8aaa1f
2 changed files with 5 additions and 5 deletions
|
@ -41,10 +41,7 @@ object APIHolder {
|
|||
private const val defProvider = 0
|
||||
|
||||
// ConcurrentModificationException is possible!!!
|
||||
//TamilYogiProvider()
|
||||
val allProviders: MutableList<MainAPI> = arrayListOf(
|
||||
TamilYogiProvider()
|
||||
)
|
||||
val allProviders: MutableList<MainAPI> = arrayListOf()
|
||||
|
||||
fun initAll() {
|
||||
for (api in allProviders) {
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
package com.lagradost.cloudstream3
|
||||
package com.likdev256
|
||||
|
||||
import com.lagradost.cloudstream3.*
|
||||
import com.lagradost.cloudstream3.LoadResponse.Companion.addActors
|
||||
import com.lagradost.cloudstream3.LoadResponse.Companion.addTrailer
|
||||
import com.lagradost.cloudstream3.mvvm.safeApiCall
|
||||
import com.lagradost.cloudstream3.utils.ExtractorLink
|
||||
import com.lagradost.cloudstream3.utils.loadExtractor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue