Update GateAnimePlugin.kt

This commit is contained in:
Zaw 2022-09-09 14:37:32 +03:00 committed by GitHub
parent 2af27e6eee
commit 52aa5925de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ import com.lagradost.cloudstream3.plugins.Plugin
import android.content.Context
@CloudstreamPlugin
class Shahid4uPlugin: Plugin() {
class GateAnimePlugin: Plugin() {
override fun load(context: Context) {
registerMainAPI(GateAnime())
}
}
}