1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/airsonic_ynh.git synced 2024-09-03 18:06:14 +02:00

Merge pull request #15 from YunoHost-Apps/testing

Testing
This commit is contained in:
Kayou 2020-03-17 12:02:37 +01:00 committed by GitHub
commit dab98a01b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -3,10 +3,10 @@
"id": "airsonic", "id": "airsonic",
"packaging_format": 1, "packaging_format": 1,
"description": { "description": {
"en": "Airsonic is an open source, web-based media server.", "en": "Stream and manage your music collection",
"fr": "Airsonic est un server multimedia open-source." "fr": "Streamez et gérez votre collection de musique"
}, },
"version": "10.5.0~ynh1", "version": "10.5.0~ynh2",
"url": "http://airsonic.github.io", "url": "http://airsonic.github.io",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"maintainer": { "maintainer": {

View file

@ -5,7 +5,7 @@
#================================================= #=================================================
# dependencies used by the app # dependencies used by the app
pkg_dependencies="openjdk-8-jre ffmpeg" pkg_dependencies="openjdk-8-jre|openjdk-11-jre ffmpeg"
#================================================= #=================================================
# PERSONAL HELPERS # PERSONAL HELPERS
@ -59,4 +59,4 @@ ynh_multimedia_addfolder () {
ynh_handle_getopts_args "$@" ynh_handle_getopts_args "$@"
./yunohost.multimedia-master/script/ynh_media_addfolder.sh --source="$source_dir" --dest="$dest_dir" ./yunohost.multimedia-master/script/ynh_media_addfolder.sh --source="$source_dir" --dest="$dest_dir"
} }