mirror of
https://github.com/yattee/yattee.git
synced 2026-06-04 13:54:19 +00:00
handlePendingNavigation guarded the .mediaSource append with #if os(iOS) || os(macOS), so navigating to video info from a media source on tvOS was silently dropped. The NavigationStack binding is already unconditional, so the append is safe on all platforms.