mirror of
https://github.com/yattee/yattee.git
synced 2025-12-08 17:18:14 +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