Arkadiusz Fal
1397a2fee6
Fix tvOS captions list always showing as unavailable in MPV
...
The captions context menu on tvOS was always empty because it relied on
an .onAppear callback that was never triggered. The captionsPicker view
with .onAppear was only rendered on iOS/macOS, not tvOS.
Changes:
- Access captions directly from player.currentVideo?.captions instead of
using a state variable populated via .onAppear
- Fix label logic to show "Disabled" when captions are available but not
selected, and "Not available" only when video has no captions
- Remove unused state variables and helper functions
2025-11-22 23:06:56 +01:00
..
2025-01-30 15:02:02 +01:00
2023-12-09 21:03:19 +01:00
2024-09-10 09:38:14 +02:00
2024-05-16 19:35:31 +02:00
2025-06-17 16:02:56 +02:00
2025-11-15 19:42:37 +01:00
2024-05-16 19:35:31 +02:00
2025-11-07 13:35:04 +01:00
2023-10-15 13:35:23 +02:00
2024-05-16 19:35:31 +02:00
2025-06-17 16:02:56 +02:00
2024-08-24 10:09:41 +00:00
2024-08-24 10:09:41 +00:00
2024-11-08 14:04:16 +00:00
2022-10-27 18:03:57 +02:00
2024-05-16 19:35:31 +02:00
2025-11-20 13:14:31 +01:00
2025-11-07 13:35:02 +01:00
2025-11-07 13:35:10 +01:00
2024-05-16 19:35:31 +02:00
2024-08-24 10:09:45 +00:00
2025-11-07 13:35:06 +01:00
2025-11-07 13:35:05 +01:00
2025-11-09 18:14:34 +01:00
2025-11-20 17:05:22 +01:00
2024-10-07 21:23:12 +02:00
2025-11-07 13:35:07 +01:00
2024-05-16 19:35:31 +02:00
2025-11-22 23:06:56 +01:00
2025-11-15 19:42:37 +01:00
2025-06-17 16:02:56 +02:00
2024-05-16 19:35:31 +02:00
2024-05-18 11:42:26 +02:00
2024-12-13 23:00:53 +01:00
2025-11-20 17:49:10 +01:00
2025-11-22 19:42:18 +01:00
2025-11-07 13:35:09 +01:00
2025-11-20 17:05:22 +01:00
2023-02-26 18:55:38 +01:00
2024-11-08 14:04:16 +00:00
2025-02-15 17:01:58 +01:00
2025-11-15 19:42:37 +01:00
2024-08-24 10:09:44 +00:00
2025-11-20 17:05:22 +01:00
2025-11-20 13:07:32 +01:00
2024-05-16 19:35:31 +02:00
2024-05-16 19:35:31 +02:00
2025-11-22 20:11:14 +01:00
2025-11-14 18:58:28 +01:00
2024-02-02 11:06:32 +01:00
2023-05-25 18:36:03 +02:00
2025-11-20 13:14:31 +01:00
2024-05-17 19:30:24 +02:00
2025-06-01 22:19:03 +02:00
2025-11-20 13:18:03 +01:00
2025-11-20 13:14:31 +01:00
2022-12-04 13:32:26 +01:00
2021-10-17 23:01:43 +02:00
2024-05-16 19:05:00 +02:00
2021-10-25 23:29:06 +02:00
2024-08-18 14:46:51 +02:00
2025-11-09 18:14:35 +01:00
2024-05-23 11:44:58 +02:00
2022-12-04 13:32:22 +01:00
2025-11-20 13:21:56 +01:00