We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66e48c7 commit d954158Copy full SHA for d954158
library/src/commonMain/kotlin/com/lagradost/cloudstream3/metaproviders/MyDramaList.kt
@@ -33,7 +33,7 @@ import java.text.SimpleDateFormat
33
import java.util.Locale
34
35
//Reference: https://mydramalist.github.io/MDL-API/
36
-open class MyDramaListDemo : MainAPI() {
+abstract class MyDramaListAPI : MainAPI() {
37
override var name = "MyDramaList"
38
override val hasMainPage = true
39
override val providerType = ProviderType.MetaProvider
0 commit comments