fix GOESBUILD for newer go versions

switched to 'go install' syntax. for #248.
This commit is contained in:
Harvey Tindall
2023-02-02 09:41:14 +00:00
parent 5d289ce023
commit d355b3167f
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -265,6 +265,14 @@
"value": "",
"advanced": true,
"description": "Set a different URL for the sign-up form to redirect the user to when they've signed up. Default to 'Public Server' or 'Server' in the Jellyfin tab."
},
"auto_redirect": {
"name": "Auto redirect on success",
"required": false,
"requires_restart": true,
"type": "bool",
"value": false,
"description": "Navigate directly to the above URL instead of needing the user to click \"Continue\"."
}
}
},