Fixed WatchCartoonOnline

This commit is contained in:
no-commit 2023-03-18 21:31:56 +01:00
parent b1a9851fc0
commit b9d86b5be2
6 changed files with 140 additions and 127 deletions

View file

@ -21,5 +21,5 @@ class AsianLoadProvider : VidstreamProviderTemplate() {
override val secretKey = "93422192433952489752342908585752"
override val secretDecryptKey = secretKey
override val supportedTypes = setOf(TvType.AsianDrama)
override val supportedTypes = setOf(TvType.AsianDrama, TvType.TvSeries)
}