mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Remove sharing from controllers and admin theme
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user