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

Fixed: Don't Show Year in Discovery Overview if 0

pull/4848/head
Qstick 5 years ago
parent c940a03847
commit 30956edf52

@ -141,7 +141,7 @@ class AddListMovieOverview extends Component {
className={styles.title}
{...linkProps}
>
{title}({year})
{title} { year > 0 ? `(${year})` : ''}
{
isExcluded &&

Loading…
Cancel
Save