mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
opensubtitles fixed create account url
This commit is contained in:
parent
b39c030250
commit
aecca25ed0
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ class OpenSubtitlesApi(index: Int) : InAppAuthAPIManager(index), AbstractSubProv
|
|||
override val icon = R.drawable.open_subtitles_icon
|
||||
override val requiresPassword = true
|
||||
override val requiresUsername = true
|
||||
override val createAccountUrl = "https://www.opensubtitles.com/"
|
||||
override val createAccountUrl = "https://www.opensubtitles.com/en/users/sign_up"
|
||||
|
||||
companion object {
|
||||
const val OPEN_SUBTITLES_USER_KEY: String = "open_subtitles_user" // user data like profile
|
||||
|
|
Loading…
Reference in a new issue