mirror of
https://github.com/YunoHost-Apps/airsonic_ynh.git
synced 2024-09-03 18:06:14 +02:00
commit
dab98a01b5
2 changed files with 5 additions and 5 deletions
|
@ -3,10 +3,10 @@
|
|||
"id": "airsonic",
|
||||
"packaging_format": 1,
|
||||
"description": {
|
||||
"en": "Airsonic is an open source, web-based media server.",
|
||||
"fr": "Airsonic est un server multimedia open-source."
|
||||
"en": "Stream and manage your music collection",
|
||||
"fr": "Streamez et gérez votre collection de musique"
|
||||
},
|
||||
"version": "10.5.0~ynh1",
|
||||
"version": "10.5.0~ynh2",
|
||||
"url": "http://airsonic.github.io",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"maintainer": {
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#=================================================
|
||||
|
||||
# dependencies used by the app
|
||||
pkg_dependencies="openjdk-8-jre ffmpeg"
|
||||
pkg_dependencies="openjdk-8-jre|openjdk-11-jre ffmpeg"
|
||||
|
||||
#=================================================
|
||||
# PERSONAL HELPERS
|
||||
|
@ -59,4 +59,4 @@ ynh_multimedia_addfolder () {
|
|||
ynh_handle_getopts_args "$@"
|
||||
|
||||
./yunohost.multimedia-master/script/ynh_media_addfolder.sh --source="$source_dir" --dest="$dest_dir"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue