mirror of
https://github.com/yattee/yattee.git
synced 2025-12-31 17:02:31 +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.