mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Fix error in ReleaseCleaningService
This commit is contained in:
@@ -394,7 +394,10 @@ class ReleaseCleaningService
|
||||
$hit
|
||||
)
|
||||
) {
|
||||
return $hit['title'];
|
||||
return [
|
||||
'cleansubject' => $hit['title'],
|
||||
'properlynamed' => false,
|
||||
];
|
||||
}
|
||||
|
||||
return [
|
||||
|
||||
Reference in New Issue
Block a user