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

Added description of "provider" to post-processing option

pull/2193/head
bpoxy 2 years ago committed by GitHub
parent 59d00f28d0
commit 35dfa2483b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -92,6 +92,10 @@ const commandOptions: CommandOption[] = [
option: "subtitle_id",
description: "Provider ID of the subtitle file",
},
{
option: "provider",
description: "Provider of the subtitle file",
},
{
option: "series_id",
description: "Sonarr series ID (Empty if movie)",

Loading…
Cancel
Save