mirror of
https://github.com/yattee/yattee.git
synced 2026-06-05 06:14:18 +00:00
If the MPV backend was retrying a failed load and the user switched to another video before retries exhausted, the eventual error was published to the player UI even though that video was no longer active. Guard the catch block with a loadingVideoID check so stale errors are dropped.