Fix drive discovery in Docker — remove sysfs check

This commit is contained in:
Matt Jackson
2026-04-16 22:05:25 +00:00
parent 6e958b0f71
commit 30d59063d5
3 changed files with 6 additions and 6 deletions
+5
View File
@@ -1,5 +1,10 @@
# Changelog
## 0.10.6 (2026-04-16)
### Docker compatibility
- **Drive discovery** — removed sysfs check that blocked detection inside Docker containers. Device nodes are sufficient; INQUIRY command validates the device is an optical drive.
## 0.10.5 (2026-04-16)
### Audio parser buffering