Move NNTP to services

This commit is contained in:
DariusIII
2025-12-23 16:46:11 +01:00
parent b2746ce6b2
commit 3291487ba9
26 changed files with 86 additions and 1412 deletions
@@ -356,7 +356,7 @@ class ReleaseFileManager
public function processNfoFile(
string $fileLocation,
ReleaseProcessingContext $context,
\Blacklight\NNTP $nntp
NNTPService $nntp
): bool {
try {
$data = File::get($fileLocation);