mirror of
https://github.com/rclone/rclone.git
synced 2026-05-12 10:03:35 -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