mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-09 15:12:10 -05:00
[PR #42] [MERGED] [podcast] Fix Audio Player for Windows and Linux #47
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/feeddeck/feeddeck/pull/42
Author: @ricoberger
Created: 10/20/2023
Status: ✅ Merged
Merged: 10/20/2023
Merged by: @ricoberger
Base:
main← Head:podcast-fix-audio-player-for-windows-and-linux📝 Commits (1)
50fcb21[podcast] Fix Audio Player for Windows and Linux📊 Changes
7 files changed (+83 additions, -34 deletions)
View changed files
📝
.github/workflows/continuous-delivery.yaml(+3 -0)📝
app/linux/flutter/generated_plugin_registrant.cc(+4 -0)📝
app/linux/flutter/generated_plugins.cmake(+2 -0)📝
app/pubspec.lock(+68 -28)📝
app/pubspec.yaml(+1 -2)📝
app/windows/flutter/generated_plugin_registrant.cc(+3 -3)📝
app/windows/flutter/generated_plugins.cmake(+2 -1)📄 Description
Instead of using the "just_audio_windows" and "just_audio_mpv" packages for Windows and Linux, we are now using "just_audio_media_kit", so that the audio player is working reliable on these platforms.
Note: We have to adjust the Flatpak, to include the dependencies which are required on Linux.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.