1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-27 23:06:29 -04:00

Improve external restart handling

Co-authored-by: Meyn <loads@gmx.de>
This commit is contained in:
TypNull
2026-01-27 05:34:35 +01:00
committed by GitHub
parent 5d8d2d66a4
commit 6cd1ab3764
19 changed files with 451 additions and 136 deletions
+2 -2
View File
@@ -17,7 +17,7 @@ function About() {
packageVersion,
packageAuthor,
isNetCore,
isDocker,
isContainerized,
runtimeVersion,
databaseVersion,
databaseType,
@@ -62,7 +62,7 @@ function About() {
/>
) : null}
{isDocker ? (
{isContainerized ? (
<DescriptionListItem title={translate('Docker')} data="Yes" />
) : null}