Remove sharing from controllers and admin theme

This commit is contained in:
DariusIII
2023-03-29 16:32:50 +02:00
parent 5130c5d824
commit cdf10c03c9
10 changed files with 1 additions and 1100 deletions
-13
View File
@@ -21,7 +21,6 @@ use Blacklight\processing\tv\TMDB;
use Blacklight\processing\tv\TraktTv;
use Blacklight\processing\tv\TVDB;
use Blacklight\processing\tv\TVMaze;
use Blacklight\Sharing;
use Blacklight\XXX;
use dariusiii\rarinfo\Par2Info;
use Illuminate\Support\Carbon;
@@ -92,7 +91,6 @@ class PostProcess
{
$this->processAdditional($nntp);
$this->processNfos($nntp);
$this->processSharing($nntp);
$this->processMovies();
$this->processMusic();
$this->processConsoles();
@@ -192,17 +190,6 @@ class PostProcess
}
}
/**
* Process comments.
*
*
* @throws \Exception
*/
public function processSharing(NNTP $nntp): void
{
(new Sharing(['NNTP' => $nntp]))->start();
}
/**
* Process all TV related releases which will assign their series/episode/rage data.
*