diff --git a/app/src/main/java/com/lagradost/cloudstream3/syncproviders/providers/GithubApi.kt b/app/src/main/java/com/lagradost/cloudstream3/syncproviders/providers/GithubApi.kt index bf66c86e..12dc3bae 100644 --- a/app/src/main/java/com/lagradost/cloudstream3/syncproviders/providers/GithubApi.kt +++ b/app/src/main/java/com/lagradost/cloudstream3/syncproviders/providers/GithubApi.kt @@ -148,7 +148,6 @@ class GithubApi(index: Int) : InAppAuthAPIManager(index){ } } catch (e: Exception) { logError(e) - switchToOldAccount() } switchToOldAccount() return false @@ -179,4 +178,4 @@ class GithubApi(index: Int) : InAppAuthAPIManager(index){ ) } } -} \ No newline at end of file +}