Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/commit/bc01384cc78584b0bf3fddbfc1f0ee91006f6565?style=unified&whitespace=ignore-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Actually fixed error rending queue row when quality is missing

pull/3660/head
Mark McDowall 5 years ago
parent 00c922875f
commit bc01384cc7

@ -222,11 +222,13 @@ class QueueRow extends Component {
if (name === 'quality') {
return (
<TableRowCell key={name}>
{
quality ?
<EpisodeQuality
quality={quality}
/> :
null
}
</TableRowCell>
);
}

Loading…
Cancel
Save