We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 09a306e + d248b27 commit 8f901eeCopy full SHA for 8f901ee
app/src/main/java/com/github/libretube/api/SubscriptionHelper.kt
@@ -28,8 +28,8 @@ object SubscriptionHelper {
28
private val token get() = PreferenceHelper.getToken()
29
private val subscriptionsRepository: SubscriptionsRepository
30
get() = when {
31
- localFeedExtraction -> LocalSubscriptionsRepository()
32
token.isNotEmpty() -> AccountSubscriptionsRepository()
+ localFeedExtraction -> LocalSubscriptionsRepository()
33
else -> PipedLocalSubscriptionsRepository()
34
}
35
private val feedRepository: FeedRepository
0 commit comments