mirror of
https://github.com/yattee/yattee.git
synced 2025-12-01 05:38:14 +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