From c70b60ece08992c70797bb654527dbb29a735a59 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Thu, 29 Oct 2020 11:59:28 +0100 Subject: [PATCH] [enh] add publicness explanation --- manifest.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 7f25ce7..05be5fc 100644 --- a/manifest.json +++ b/manifest.json @@ -44,10 +44,14 @@ "name": "is_public", "type": "boolean", "ask": { - "en": "Is it a public site?", - "fr": "Est-ce un site public ?" + "en": "Is it a public app?", + "fr": "Est-ce une app publique ?" }, - "default": true + "default": true, + "help": { + "en": "Jellyfin has its own login system, you should make it public to let external clients access it (mobile app, etc.).", + "fr": "Jellyfin a son propre système de connexion, vous devriez la laisser publique pour permettre la connexion de clients externes (app mobile, etc.)." + } } ] }