Filter out empty directories during library scan
All checks were successful
Build and Release / build-and-release (push) Successful in 54s

Skip directories that contain no media files or non-empty subdirectories.
This prevents empty folders from appearing in the file list, which can
occur when NFS cache is stale or when directories are emptied.
This commit is contained in:
2025-12-12 15:34:29 +01:00
parent b438065c23
commit 7c083cfb0e
4 changed files with 100 additions and 6 deletions

View File

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