mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
remove AbstractSubApi from GithubApi.kt
This commit is contained in:
parent
2de76ddd34
commit
798ff9a436
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ import com.lagradost.cloudstream3.syncproviders.InAppAuthAPI
|
|||
import com.lagradost.cloudstream3.syncproviders.InAppAuthAPIManager
|
||||
|
||||
|
||||
class GithubApi(index: Int) : InAppAuthAPIManager(index), AbstractSubApi {
|
||||
class GithubApi(index: Int) : InAppAuthAPIManager(index){
|
||||
override val idPrefix = "Github"
|
||||
override val name = "Github"
|
||||
override val icon = R.drawable.ic_github_logo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue