Fix cache image loading bug in webapp

Fix the bug where cached images were not displaying in the webapp due to synchronous load events. Added checkImageComplete() function to detect already loaded images from cache and updated all affected components (CurrentTrack, QueueItem, MediaItem, RendererCard) to properly handle cached image loading.
This commit is contained in:
2026-01-21 20:01:42 +01:00
parent 18fdfbe017
commit c9f9eb4ee5
8 changed files with 524 additions and 221 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "PMOMusic"
version = "0.3.10"
version = "0.3.11"
edition = "2024"
[dependencies]