Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/bazarr/commit/920e799468fd96d7a09c2ff2b0ef60c0be175553 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed decimal value of framerate change tools from being rounded to unit.

pull/2004/head v1.1.3-beta.28
morpheus65535 2 years ago
parent ea5bf9ad07
commit 920e799468

@ -58,10 +58,12 @@ const FrameRateForm: FunctionComponent<Props> = ({ selections, onSubmit }) => {
<Group spacing="xs" grow>
<NumberInput
placeholder="From"
precision={2}
{...form.getInputProps("from")}
></NumberInput>
<NumberInput
placeholder="To"
precision={2}
{...form.getInputProps("to")}
></NumberInput>
</Group>

Loading…
Cancel
Save