Add live file counter to library refresh
All checks were successful
Build and Release / build-and-release (push) Successful in 1m20s

Show real-time progress during library scanning with an atomic counter
that updates every 100ms. The refresh popup displays the number of
media files found as they are discovered, providing immediate feedback
without slowing down the scan operation.
This commit is contained in:
2025-12-13 11:51:32 +01:00
parent 821a844fe0
commit cddfedf1a0
5 changed files with 89 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "cm-player"
version = "0.1.35"
version = "0.1.36"
edition = "2021"
[dependencies]