mirror of
https://github.com/recloudstream/cloudstream-extensions.git
synced 2024-08-15 03:03:54 +00:00
fix for now
This commit is contained in:
parent
544663c479
commit
ebdd13a3ac
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
||||||
class NginxApi(index: Int) : InAppAuthAPIManager(index) {
|
class NginxApi(index: Int) : InAppAuthAPIManager(index) {
|
||||||
override val name = "Nginx"
|
override val name = "Nginx"
|
||||||
override val idPrefix = "nginx"
|
override val idPrefix = "nginx"
|
||||||
override val icon = R.drawable.nginx
|
override val icon = R.drawable.ic_baseline_extension_24
|
||||||
override val requiresUsername = true
|
override val requiresUsername = true
|
||||||
override val requiresPassword = true
|
override val requiresPassword = true
|
||||||
override val requiresServer = true
|
override val requiresServer = true
|
||||||
|
@ -59,4 +59,4 @@
|
||||||
override suspend fun initialize() {
|
override suspend fun initialize() {
|
||||||
initializeData()
|
initializeData()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue