mirror of
https://github.com/yattee/yattee.git
synced 2025-08-05 18:24:02 +00:00
Subscribed channels list in tab navigation
This commit is contained in:
@@ -15,7 +15,7 @@ struct CommentView: View {
|
||||
@Environment(\.navigationStyle) private var navigationStyle
|
||||
|
||||
@ObservedObject private var comments = CommentsModel.shared
|
||||
var subscriptions = SubscriptionsModel.shared
|
||||
var subscriptions = SubsribedChannelsModel.shared
|
||||
|
||||
var body: some View {
|
||||
VStack(alignment: .leading) {
|
||||
|
@@ -4,7 +4,7 @@ import SwiftUI
|
||||
struct VideoActions: View {
|
||||
@ObservedObject private var accounts = AccountsModel.shared
|
||||
var navigation = NavigationModel.shared
|
||||
@ObservedObject private var subscriptions = SubscriptionsModel.shared
|
||||
@ObservedObject private var subscriptions = SubsribedChannelsModel.shared
|
||||
@ObservedObject private var player = PlayerModel.shared
|
||||
|
||||
var video: Video?
|
||||
|
Reference in New Issue
Block a user