[sonos] New codec id 61 for Dolby Atmos (#13551)

Fix #13540

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
This commit is contained in:
lolodomo
2022-10-15 11:48:20 +02:00
committed by GitHub
parent 51054fe51b
commit 45bf7aeeda

View File

@@ -1466,6 +1466,7 @@ public class ZonePlayerHandler extends BaseThingHandler implements UpnpIOPartici
codec = "DTS";
break;
case "59":
case "61":
case "63":
codec = "dolbyAtmos";
break;