From 63a733214d531223a4277513e3893e348655b22e Mon Sep 17 00:00:00 2001 From: OfficialDakari Date: Thu, 27 Nov 2025 12:46:35 +0500 Subject: [PATCH] allow playing audio files on linux, bc the bug is only on snap and extera next is not being built for snap --- lib/pages/chat/events/message_content.dart | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lib/pages/chat/events/message_content.dart b/lib/pages/chat/events/message_content.dart index c8c0221..e50956d 100644 --- a/lib/pages/chat/events/message_content.dart +++ b/lib/pages/chat/events/message_content.dart @@ -154,10 +154,9 @@ class MessageContent extends StatelessWidget { case MessageTypes.Audio: if (PlatformInfos.isMobile || PlatformInfos.isMacOS || - PlatformInfos.isWeb - // Disabled until https://github.com/bleonard252/just_audio_mpv/issues/3 - // is fixed - // || PlatformInfos.isLinux + PlatformInfos.isWeb || + // Extera Next is not being built for snap, so enable this. + PlatformInfos.isLinux ) { return AudioPlayerWidget( event,