Merge pull request #250012 from IncredibleLaser/jellyfin-standard-mpv
jellyfin-media-player: remove modified mpv as the referenced bug is fixed
This commit is contained in:
commit
bef69263bc
1 changed files with 0 additions and 2 deletions
|
@ -5685,8 +5685,6 @@ with pkgs;
|
|||
|
||||
jellyfin-media-player = libsForQt5.callPackage ../applications/video/jellyfin-media-player {
|
||||
inherit (darwin.apple_sdk.frameworks) CoreFoundation Cocoa CoreAudio MediaPlayer;
|
||||
# Disable pipewire to avoid segfault, see https://github.com/jellyfin/jellyfin-media-player/issues/341
|
||||
mpv = wrapMpv (mpv-unwrapped.override { pipewireSupport = false; }) { };
|
||||
};
|
||||
|
||||
jellyfin-mpv-shim = python3Packages.callPackage ../applications/video/jellyfin-mpv-shim { };
|
||||
|
|
Loading…
Reference in a new issue