feat(frontend): plex library scan

This commit is contained in:
sct
2020-10-30 14:38:19 +00:00
parent 97e30367fb
commit 1bc3f7be4b
7 changed files with 271 additions and 52 deletions

View File

@@ -45,7 +45,7 @@ const SettingsLayout: React.FC = ({ children }) => {
regex: /^\/settings(\/main)?$/,
})}
{settingsLink({
text: 'Plex Settings',
text: 'Plex',
route: '/settings/plex',
regex: /^\/settings\/plex/,
})}