refactor: 移除tvcat源配置,保留xb6v和lequgo
This commit is contained in:
@@ -4,7 +4,6 @@ import android.content.Context
|
|||||||
import com.videoapp.tv.data.ConfigRepository
|
import com.videoapp.tv.data.ConfigRepository
|
||||||
import com.videoapp.tv.data.SiteConfig
|
import com.videoapp.tv.data.SiteConfig
|
||||||
import com.videoapp.tv.engine.lequgo.LequgoHandler
|
import com.videoapp.tv.engine.lequgo.LequgoHandler
|
||||||
import com.videoapp.tv.engine.tvcat.TvcatHandler
|
|
||||||
import com.videoapp.tv.engine.xb6v.Xb6vHandler
|
import com.videoapp.tv.engine.xb6v.Xb6vHandler
|
||||||
|
|
||||||
object SourceRegistry {
|
object SourceRegistry {
|
||||||
@@ -27,7 +26,6 @@ object SourceRegistry {
|
|||||||
val savedConfig = configRepo.getConfig()
|
val savedConfig = configRepo.getConfig()
|
||||||
val xb6vConfig = xb6vConfig()
|
val xb6vConfig = xb6vConfig()
|
||||||
register(Xb6vHandler(xb6vConfig))
|
register(Xb6vHandler(xb6vConfig))
|
||||||
register(TvcatHandler())
|
|
||||||
register(LequgoHandler())
|
register(LequgoHandler())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user