Fix error in ReleaseCleaningService

This commit is contained in:
DariusIII
2026-01-23 23:28:27 +01:00
parent 5cc8f60b36
commit a943fdafb6
+4 -1
View File
@@ -394,7 +394,10 @@ class ReleaseCleaningService
$hit
)
) {
return $hit['title'];
return [
'cleansubject' => $hit['title'],
'properlynamed' => false,
];
}
return [