Skip to content

Commit d954158

Browse files
authored
Fix name of MyDramaListDemo
1 parent 66e48c7 commit d954158

File tree

1 file changed

+1
-1
lines changed
  • library/src/commonMain/kotlin/com/lagradost/cloudstream3/metaproviders

1 file changed

+1
-1
lines changed

library/src/commonMain/kotlin/com/lagradost/cloudstream3/metaproviders/MyDramaList.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import java.text.SimpleDateFormat
3333
import java.util.Locale
3434

3535
//Reference: https://mydramalist.github.io/MDL-API/
36-
open class MyDramaListDemo : MainAPI() {
36+
abstract class MyDramaListAPI : MainAPI() {
3737
override var name = "MyDramaList"
3838
override val hasMainPage = true
3939
override val providerType = ProviderType.MetaProvider

0 commit comments

Comments
 (0)