We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed2196e commit ae7f779Copy full SHA for ae7f779
Kinoger/src/main/kotlin/com/ne1work/KinogerPlugin.kt
@@ -9,6 +9,5 @@ class KinogerPlugin: Plugin() {
9
override fun load(context: Context) {
10
// All providers should be added in this manner. Please don't edit the providers list directly.
11
registerMainAPI(Kinoger())
12
- registerExtractorAPI(Kinogeru())
13
}
14
-}
+}
0 commit comments