1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jellyfin_ynh.git synced 2024-09-03 19:26:29 +02:00

Fix jellyfin-ffmpeg version name

This commit is contained in:
tituspijean 2022-06-03 00:02:43 +02:00 committed by Salamandar
parent 88935b9450
commit 0f911a5c83

View file

@ -98,7 +98,7 @@ install_jellyfin_packages() {
# but the code says multiple calls are supported.
# Also, they're already installed so that should be quasi instantaneous.
ynh_install_app_dependencies \
jellyfin-ffmpeg="$ffmpeg_pkg_version" \
jellyfin-ffmpeg="$ffmpeg_pkg_version-$debian" \
jellyfin-server="$pkg_version" \
jellyfin-web="$pkg_version"
}