add option to auto redirect to jellyfin (or given link)

if enabled (General>Auto redirect on success), the user will not have to
    click "continue" on the form or creation success page and will
    insted be redirected. For #242.
This commit is contained in:
Harvey Tindall
2023-02-02 10:34:22 +00:00
parent de6bc02ad8
commit eb85ee4d35
4 changed files with 55 additions and 38 deletions
+1
View File
@@ -272,6 +272,7 @@
"requires_restart": true,
"type": "bool",
"value": false,
"advanced": true,
"description": "Navigate directly to the above URL instead of needing the user to click \"Continue\"."
}
}