This commit is contained in:
LagradOst 2022-06-03 21:03:38 +02:00
parent ce452a731f
commit 2d6b46fbcd
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
package com.lagradost.cloudstream3.movieproviders
import com.lagradost.cloudstream3.SubtitleFile
import com.lagradost.cloudstream3.TvType
import com.lagradost.cloudstream3.app
import com.lagradost.cloudstream3.metaproviders.TmdbLink
import com.lagradost.cloudstream3.metaproviders.TmdbProvider
@ -14,6 +15,7 @@ class OlgplyProvider : TmdbProvider() {
override var name = "Olgply"
override val instantLinkLoading = true
override val useMetaLoadResponse = true
override val supportedTypes = setOf(TvType.TvSeries, TvType.Movie)
override suspend fun loadLinks(
data: String,