Skip to content

Commit

Permalink
Fix SubDL Create Account URL (#1340)
Browse files Browse the repository at this point in the history
  • Loading branch information
0b9 authored Sep 19, 2024
1 parent a53877a commit 57a9202
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class SubDlApi(index: Int) : InAppAuthAPIManager(index), AbstractSubApi {
override val icon = R.drawable.subdl_logo_big
override val requiresPassword = true
override val requiresEmail = true
override val createAccountUrl = "https://subdl.com/login"
override val createAccountUrl = "https://subdl.com/panel/register"

companion object {
const val APIURL = "https://api.subdl.com"
Expand Down Expand Up @@ -244,4 +244,4 @@ class SubDlApi(index: Int) : InAppAuthAPIManager(index), AbstractSubApi {
@JsonProperty("language") val language: String? = null,
@JsonProperty("hi") val hearingImpaired: Boolean? = null,
)
}
}

0 comments on commit 57a9202

Please sign in to comment.