mirror of
https://github.com/jellyfin/jellyfin-media-player.git
synced 2024-11-23 05:59:43 +00:00
Enable cert bundle autodetction by default
Arch Linux's ffmpeg package recently switched to mbedtls. This results in the bundle path needing to be explicitly passed to mpv else verification will always fail. https://gitlab.archlinux.org/archlinux/packaging/packages/ffmpeg/-/issues/10
This commit is contained in:
parent
c9c9506e59
commit
2ba38725c0
@ -144,7 +144,7 @@
|
||||
"value": "autodetectCertBundle",
|
||||
"display_name": "Auto-Detect Certificate Bundle",
|
||||
"help": "Allows use of system certificates for TLS.",
|
||||
"default": false,
|
||||
"default": true,
|
||||
"platforms": [ "linux" ]
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user