mirror of
https://github.com/yattee/yattee.git
synced 2025-10-16 12:28:13 +00:00
Subscribe/unsubscribe channels
This commit is contained in:
@@ -3,7 +3,7 @@ import SwiftUI
|
||||
struct SubscriptionsView: View {
|
||||
@ObservedObject private var store = Store<[Video]>()
|
||||
|
||||
var resource = InvidiousAPI.shared.subscriptions
|
||||
var resource = InvidiousAPI.shared.feed
|
||||
|
||||
init() {
|
||||
resource.addObserver(store)
|
||||
|
Reference in New Issue
Block a user