allow playing audio files on linux, bc the bug is only on snap and extera next is not being built for snap

This commit is contained in:
OfficialDakari 2025-11-27 12:46:35 +05:00
parent abea38a654
commit 63a733214d
1 changed files with 3 additions and 4 deletions

View File

@ -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,