mirror of
https://github.com/yattee/yattee.git
synced 2025-10-11 01:48:12 +00:00
Fix opening channel from video details
This commit is contained in:
@@ -47,7 +47,7 @@ final class NavigationModel: ObservableObject {
|
|||||||
recents: RecentsModel,
|
recents: RecentsModel,
|
||||||
navigation: NavigationModel,
|
navigation: NavigationModel,
|
||||||
navigationStyle: NavigationStyle,
|
navigationStyle: NavigationStyle,
|
||||||
delay: Bool = false
|
delay: Bool = true
|
||||||
) {
|
) {
|
||||||
let recent = RecentItem(from: channel)
|
let recent = RecentItem(from: channel)
|
||||||
#if os(macOS)
|
#if os(macOS)
|
||||||
|
Reference in New Issue
Block a user