From dc415df8c011f14803376e7076561022ef13acbd Mon Sep 17 00:00:00 2001 From: Kai DeLorenzo Date: Fri, 9 May 2025 17:35:36 +0000 Subject: [PATCH] Edit VideoDownload.kt --- .../java/com/futo/platformplayer/downloads/VideoDownload.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/com/futo/platformplayer/downloads/VideoDownload.kt b/app/src/main/java/com/futo/platformplayer/downloads/VideoDownload.kt index 6b1f0f78..861806f6 100644 --- a/app/src/main/java/com/futo/platformplayer/downloads/VideoDownload.kt +++ b/app/src/main/java/com/futo/platformplayer/downloads/VideoDownload.kt @@ -1218,7 +1218,7 @@ class VideoDownload { fun audioContainerToExtension(container: String): String { if (container.contains("audio/mp4")) - return "mp4a"; + return "mp4"; else if (container.contains("audio/mpeg")) return "mpga"; else if (container.contains("audio/mp3"))