mirror of
https://github.com/rclone/rclone.git
synced 2026-05-12 10:03:35 -04:00
Samsung TVs sometimes send Browse requests with empty ObjectID parameters (<ObjectID></ObjectID>) which causes DLNA servers to return errors. Default empty ObjectID to "0" (root container) to maintain compatibility. This fix is based on ReadyMedia/MiniDLNA Bug 311 which documented the same issue and solution for Samsung TVs. See #9346