mirror of
https://github.com/yattee/yattee.git
synced 2025-10-22 15:28:13 +00:00
Fix for loading subscriptions
This commit is contained in:
@@ -2,6 +2,10 @@ import Siesta
|
||||
import SwiftUI
|
||||
|
||||
struct WatchNowView: View {
|
||||
init() {
|
||||
InvidiousAPI.shared.home.loadIfNeeded()
|
||||
}
|
||||
|
||||
var body: some View {
|
||||
ScrollView(.vertical, showsIndicators: false) {
|
||||
VStack(alignment: .leading, spacing: 0) {
|
||||
|
Reference in New Issue
Block a user