mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 04:04:07 +00:00
Subscribe/unsubscribe channels
This commit is contained in:
@@ -101,7 +101,7 @@ struct VideoDetailsView: View {
|
||||
}
|
||||
|
||||
var openChannelButton: some View {
|
||||
let channel = Channel.from(video: store.item!)
|
||||
let channel = video.channel
|
||||
|
||||
return Button("Open \(channel.name) channel") {
|
||||
navigationState.openChannel(channel)
|
||||
|
Reference in New Issue
Block a user