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

Fix download tooltip in interactive search

pull/9102/head
Bogdan 2 years ago
parent 89f5595e64
commit feb3131ad4

@ -63,12 +63,12 @@ function getDownloadTooltip(
if (isGrabbing) {
return '';
} else if (isGrabbed) {
return translate('AddToDownloadQueue');
return translate('AddedToDownloadQueue');
} else if (grabError) {
return grabError;
}
return translate('AddedToDownloadQueue');
return translate('AddToDownloadQueue');
}
interface InteractiveSearchRowProps {

Loading…
Cancel
Save