[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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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;