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

Fetch $discovery upon restoration

This commit is contained in:
tituspijean 2021-06-01 21:59:37 +02:00
parent eef66eb5d6
commit 14cc71ab5c

View file

@ -31,6 +31,7 @@ domain=$(ynh_app_setting_get --app=$app --key=domain)
path_url=$(ynh_app_setting_get --app=$app --key=path)
final_path=$(ynh_app_setting_get --app=$app --key=final_path)
config_path=$(ynh_app_setting_get --app=$app --key=config_path)
discovery=$(ynh_app_setting_get --app=$app --key=discovery)
#=================================================
# CHECK IF THE APP CAN BE RESTORED