mirror of
https://github.com/YunoHost-Apps/jellyfin_ynh.git
synced 2024-09-03 19:26:29 +02:00
Fix ffmpeg version in _common.sh
This commit is contained in:
parent
fb3bb2cc71
commit
9b1869a832
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ debian=$(lsb_release --codename --short)
|
|||
pkg_version="10.8.13-1"
|
||||
version=$(echo "$pkg_version" | cut -d '-' -f 1)
|
||||
|
||||
ffmpeg_pkg_version="6.0.1-1"
|
||||
ffmpeg_pkg_version="6.0.1-3"
|
||||
ldap_pkg_version="17.0.0.0"
|
||||
|
||||
discovery_service_port=1900
|
||||
|
|
Loading…
Add table
Reference in a new issue