mirror of
https://github.com/yattee/yattee.git
synced 2026-01-28 06:29:49 +00:00
Implemented automatic retry logic with exponential backoff (2, 4, 6 seconds) when file loading fails in MPVBackend. Retries up to 3 times before showing error to user. Retry state is properly reset on successful loads.