mirror of
https://github.com/YunoHost-Apps/mopidy_ynh.git
synced 2024-09-03 19:46:21 +02:00
default init_main_permission should be a group (try to trigger webhook)
This commit is contained in:
parent
61500f9683
commit
068b362fb8
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ ram.runtime = "50M"
|
|||
help.en = "Public app can be used by anonymous visitors."
|
||||
help.fr = "L'application publique peut être utilisée par des visiteurs anonymes."
|
||||
type = "group"
|
||||
default = false
|
||||
default = "visitors"
|
||||
|
||||
[install.mpd_ext]
|
||||
ask.en = "Activate MPD extension (this will open port 6600)"
|
||||
|
|
Loading…
Add table
Reference in a new issue