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

Fix: ffmpeg -> ffmpeg5

This commit is contained in:
Salamandar 2022-06-12 20:30:12 +02:00 committed by Salamandar
parent 7c0cede8fb
commit d124083ec0

View file

@ -100,7 +100,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-$debian" \
jellyfin-ffmpeg5="$ffmpeg_pkg_version-$debian" \
jellyfin-server="$pkg_version" \
jellyfin-web="$pkg_version"
}