File tree Expand file tree Collapse file tree
src/main/kotlin/com/example Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ cloudstream {
2222 * */
2323 status = 1
2424
25- tvTypes = listOf (" NSFW " )
25+ tvTypes = listOf (" Movie " )
2626
2727 requiresResources = true
2828 language = " en"
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ class TestPlugin: Plugin() {
1818
1919 openSettings = { ctx ->
2020 val frag = BlankFragment (this )
21- frag.show(activity!! .supportFragmentManager, " sexFrag " )
21+ frag.show(activity!! .supportFragmentManager, " Frag " )
2222 }
2323 }
2424}
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ import com.lagradost.cloudstream3.SearchResponse
77
88class ExampleProvider (val plugin : TestPlugin ) : MainAPI() { // all providers must be an intstance of MainAPI
99 override var mainUrl = " https://example.com/"
10- override var name = " Example sex provider"
11- override val supportedTypes = setOf (TvType .NSFW )
10+ override var name = " Example provider"
11+ override val supportedTypes = setOf (TvType .Movie )
1212
1313 override var lang = " en"
1414
You can’t perform that action at this time.
0 commit comments