mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
new
This commit is contained in:
parent
b5bbfd7476
commit
c5fd0f60ca
1 changed files with 14 additions and 0 deletions
14
Phim1080/src/main/com/hexated/Phim1080ProviderPlugin.kt
Normal file
14
Phim1080/src/main/com/hexated/Phim1080ProviderPlugin.kt
Normal file
|
@ -0,0 +1,14 @@
|
|||
|
||||
package com.hexated
|
||||
|
||||
import com.lagradost.cloudstream3.plugins.CloudstreamPlugin
|
||||
import com.lagradost.cloudstream3.plugins.Plugin
|
||||
import android.content.Context
|
||||
|
||||
@CloudstreamPlugin
|
||||
class Phim1080ProviderPlugin: Plugin() {
|
||||
override fun load(context: Context) {
|
||||
// All providers should be added in this manner. Please don't edit the providers list directly.
|
||||
registerMainAPI(Phim1080Provider())
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue