mirror of
https://github.com/recloudstream/cloudstream-extensions.git
synced 2024-08-15 03:03:54 +00:00
4th try fixing nginx
This commit is contained in:
parent
f398684d0f
commit
9a532695e2
1 changed files with 2 additions and 2 deletions
|
@ -41,12 +41,12 @@ class NginxSettingsFragment(private val plugin: Plugin, val nginxApi: NginxApi)
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun getString(name: String): String {
|
private fun getString(name: String): String {
|
||||||
val id = plugin.resources!!.getIdentifier(name, "string", "com.lagradost")
|
val id = plugin.resources!!.getIdentifier(name, "string", "com.lagradost.cloudstream3")
|
||||||
return this.getString(id)
|
return this.getString(id)
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun getAttr(name: String): Int {
|
private fun getAttr(name: String): Int {
|
||||||
return plugin.resources!!.getIdentifier(name, "attr", "com.lagradost")
|
return plugin.resources!!.getIdentifier(name, "attr", "com.lagradost.cloudstream3")
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun onViewCreated(view: View, savedInstanceState: Bundle?) {
|
override fun onViewCreated(view: View, savedInstanceState: Bundle?) {
|
||||||
|
|
Loading…
Reference in a new issue