mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-11-02 18:47:18 -05:00
Keyframe-only trickplay image extraction can fail for some media files. The current behavior is to skip the media file and try again on the next run, which will fail again. This adds a fallback to regular non-keyframe-only extraction for failed runs, so the extraction can complete.