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

Removed extraneous enum hints in dropdown

pull/6437/head
Taloth Saldono 4 years ago committed by Qstick
parent a037a8dbe2
commit a3242b4823

@ -174,8 +174,7 @@ namespace Radarr.Http.ClientSchema
{
Value = value,
Name = name,
Order = value,
Hint = $"({value})"
Order = value
};
}
});

Loading…
Cancel
Save