mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +00:00
Refactor views
This commit is contained in:
@@ -5,7 +5,7 @@ class AppState: ObservableObject {
|
||||
@Published var channelID: String?
|
||||
@Published var channel: String?
|
||||
|
||||
func setChannel(from video: Video) {
|
||||
func openChannel(from video: Video) {
|
||||
channel = video.author
|
||||
channelID = video.channelID
|
||||
showingChannel = true
|
||||
|
Reference in New Issue
Block a user