We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f262210 commit d248b27Copy full SHA for d248b27
1 file changed
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