From 0d0d82b388256032136d105db3faa602d81da56e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 7 Oct 2023 20:41:59 +0200 Subject: [PATCH] Update manifest.toml --- manifest.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index ffa9e6c..fc925f8 100644 --- a/manifest.toml +++ b/manifest.toml @@ -2,7 +2,7 @@ packaging_format = 2 id = "sonarr" name = "Sonarr" -description.en = "A series collection manager for Usenet and BitTorrent users" +description.en = "Series collection manager for Usenet and BitTorrent users" description.fr = "Gestionnaire de collection de séries pour utilisateurs de Usenet et BitTorrent" version = "3.0.6.1196~ynh2" @@ -33,6 +33,10 @@ ram.runtime = "50M" type = "path" default = "/sonarr" + [install.init_main_permission] + type = "group" + default = "visitors" + [install.admin] type = "user"