diff --git a/scripts/_common.sh b/scripts/_common.sh index 4aa82f5..0dbaa82 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -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" }