Some checks failed
CI / skip-ci-check (pull_request) Successful in 6s
CI / python-lint (pull_request) Has been cancelled
CI / test-backend (pull_request) Has been cancelled
CI / build (pull_request) Has been cancelled
CI / secret-scanning (pull_request) Has been cancelled
CI / dependency-scan (pull_request) Has been cancelled
CI / sast-scan (pull_request) Has been cancelled
CI / workflow-summary (pull_request) Has been cancelled
CI / lint-and-type-check (pull_request) Has been cancelled
- Refactored video thumbnail generation logic to fetch thumbnails from the backend instead of generating them locally. - Removed unused placeholder generation code for remote video URLs. - Improved error handling for backend thumbnail fetch failures, returning appropriate responses. - Enhanced caching strategy for fetched thumbnails to optimize performance. These changes streamline the video thumbnail process and improve the overall user experience in the viewer interface.