From eecc44b9567bf2ca72ac99e0dafa483a6803c0f9 Mon Sep 17 00:00:00 2001 From: scruz Date: Sun, 18 Jan 2026 20:51:59 +0530 Subject: [PATCH] fix(Boost for Reddit - Fix missing audio in video downloads): Make it work again by reflecting Reddits latest changes (#6500) --- .../fix/downloads/FixAudioMissingInDownloadsPatch.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patches/src/main/kotlin/app/revanced/patches/reddit/customclients/boostforreddit/fix/downloads/FixAudioMissingInDownloadsPatch.kt b/patches/src/main/kotlin/app/revanced/patches/reddit/customclients/boostforreddit/fix/downloads/FixAudioMissingInDownloadsPatch.kt index 8cb3f5518..40c23a76c 100644 --- a/patches/src/main/kotlin/app/revanced/patches/reddit/customclients/boostforreddit/fix/downloads/FixAudioMissingInDownloadsPatch.kt +++ b/patches/src/main/kotlin/app/revanced/patches/reddit/customclients/boostforreddit/fix/downloads/FixAudioMissingInDownloadsPatch.kt @@ -14,8 +14,8 @@ val fixAudioMissingInDownloadsPatch = bytecodePatch( execute { val endpointReplacements = mapOf( - "/DASH_audio.mp4" to "/DASH_AUDIO_128.mp4", - "/audio" to "/DASH_AUDIO_64.mp4", + "/DASH_audio.mp4" to "/CMAF_AUDIO_128.mp4", + "/audio" to "/CMAF_AUDIO_64.mp4", ) downloadAudioFingerprint.method.apply {