mirror of
https://github.com/rclone/rclone.git
synced 2026-07-02 11:55:03 -04:00
The childCount attribute on DLNA containers was hardcoded to 1 regardless of how many items the directory actually contained. Some DLNA clients (notably Samsung TVs) use childCount to decide whether to browse into a container. Report the actual number of directory entries instead. See #9346