mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
switch on gist.github
This commit is contained in:
parent
0e029cadef
commit
ff05ad897d
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ class GithubApi(index: Int) : InAppAuthAPIManager(index){
|
||||||
@JsonProperty("avatar_url") val userAvatar : String
|
@JsonProperty("avatar_url") val userAvatar : String
|
||||||
)
|
)
|
||||||
data class File (
|
data class File (
|
||||||
@JsonProperty("content") val dataRaw: String
|
@JsonProperty("content") val dataRaw: String?
|
||||||
)
|
)
|
||||||
|
|
||||||
private suspend fun initLogin(githubToken: String): Boolean{
|
private suspend fun initLogin(githubToken: String): Boolean{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue