1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-22 22:16:13 -04:00

Metadata attribution for TheTVDB

This commit is contained in:
Mark McDowall
2020-11-15 14:10:48 -08:00
parent 00ab449ebe
commit ac8f6f339a
15 changed files with 136 additions and 3 deletions
@@ -127,6 +127,10 @@ const links = [
title: 'Metadata',
to: '/settings/metadata'
},
{
title: 'Metadata Source',
to: '/settings/metadatasource'
},
{
title: 'Tags',
to: '/settings/tags'
@@ -501,7 +505,7 @@ class PageSidebar extends Component {
key={child.to}
title={child.title}
to={child.to}
isActive={pathname.startsWith(child.to)}
isActive={pathname === child.to}
isParentItem={false}
isChildItem={true}
statusComponent={child.statusComponent}