From 561a609040ec9ecaab178d300a854bb816c4b75b Mon Sep 17 00:00:00 2001 From: Andy Date: Fri, 20 Mar 2026 10:34:49 -0600 Subject: [PATCH] fix(audio): support 'xheaac' profile --- unshackle/core/tracks/audio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unshackle/core/tracks/audio.py b/unshackle/core/tracks/audio.py index a469b7f..b4c69cd 100644 --- a/unshackle/core/tracks/audio.py +++ b/unshackle/core/tracks/audio.py @@ -57,7 +57,7 @@ class Audio(Track): @staticmethod def from_netflix_profile(profile: str) -> Audio.Codec: profile = profile.lower().strip() - if profile.startswith("heaac"): + if profile.startswith("heaac") or profile.startswith("xheaac"): return Audio.Codec.AAC if profile.startswith("dd-"): return Audio.Codec.AC3