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:
parent
7c0cede8fb
commit
d124083ec0
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue