Fix name of MyDramaListDemo

This commit is contained in:
Osten
2025-04-04 22:05:57 +02:00
committed by GitHub
parent 66e48c7d49
commit d9541585c7

View File

@ -33,7 +33,7 @@ import java.text.SimpleDateFormat
import java.util.Locale
//Reference: https://mydramalist.github.io/MDL-API/
open class MyDramaListDemo : MainAPI() {
abstract class MyDramaListAPI : MainAPI() {
override var name = "MyDramaList"
override val hasMainPage = true
override val providerType = ProviderType.MetaProvider