1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

Fixed: Health MovieEditor link goes nowhere

This commit is contained in:
Qstick
2021-05-20 18:47:24 -04:00
committed by GitHub
parent dadd59fc3a
commit 95c7b96dff
+1 -1
View File
@@ -42,7 +42,7 @@ function getInternalLink(source) {
<IconButton <IconButton
name={icons.PLAY} name={icons.PLAY}
title={translate('MovieEditor')} title={translate('MovieEditor')}
to="/movieeditor" to="/"
/> />
); );
case 'UpdateCheck': case 'UpdateCheck':