mirror of
https://github.com/yattee/yattee.git
synced 2025-11-16 06:58:43 +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.