mirror of
https://github.com/yattee/yattee.git
synced 2025-10-12 10:28:11 +00:00
Channels search, add SDWebImage framework
This commit is contained in:
@@ -10,10 +10,14 @@ struct SubscriptionsView: View {
|
||||
accounts.api.feed
|
||||
}
|
||||
|
||||
var videos: [ContentItem] {
|
||||
ContentItem.array(of: store.collection)
|
||||
}
|
||||
|
||||
var body: some View {
|
||||
PlayerControlsView {
|
||||
SignInRequiredView(title: "Subscriptions") {
|
||||
VideosCellsVertical(videos: store.collection)
|
||||
VerticalCells(items: videos)
|
||||
.onAppear {
|
||||
loadResources()
|
||||
}
|
||||
|
Reference in New Issue
Block a user