Prefetch trickplay images (#445)

Prefetch trickplay images and cache them so that quick scrolling doesn't
require network calls and images will appear significantly faster

Fixes #432
This commit is contained in:
damontecres 2025-12-12 22:04:52 -05:00 committed by GitHub
parent 652becd685
commit 0d8800863b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 81 additions and 13 deletions

View file

@ -18,3 +18,8 @@ repos:
entry: val DEBUG = true
language: pygrep
files: '.+\.kt'
- id: check-debug-logging-enabled
name: Check debug enabled
entry: debugLogging = true
language: pygrep
files: '.+\.kt'