mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 15:50:16 +02:00
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:
parent
652becd685
commit
0d8800863b
4 changed files with 81 additions and 13 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue