mirror of
https://github.com/recloudstream/cloudstream-extensions-multilingual.git
synced 2024-08-15 03:15:14 +00:00
fix init
This commit is contained in:
parent
a4876050bc
commit
48aa60a2fb
1 changed files with 3 additions and 2 deletions
|
@ -18,6 +18,7 @@ class MacIPTVProviderPlugin : Plugin() {
|
|||
override fun load(context: Context) {
|
||||
// All providers should be added in this manner. Please don't edit the providers list directly.
|
||||
iptvboxApi.init()
|
||||
tagsiptvboxApi.init()
|
||||
registerMainAPI(MacIPTVProvider("fr"))
|
||||
registerMainAPI(MacIPTVProvider("en"))
|
||||
registerMainAPI(MacIPTVProvider("ar"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue