This commit is contained in:
DariusIII
2024-05-07 21:04:36 +02:00
parent 75d5b4a839
commit f763b77cec
5 changed files with 3 additions and 6 deletions
-1
View File
@@ -5,7 +5,6 @@ namespace Blacklight;
use App\Models\Release;
use Elasticsearch;
use Elasticsearch\Common\Exceptions\ElasticsearchException;
use Elasticsearch\Elasticsearch\ClientBuilder;
use Illuminate\Support\Collection;
use Illuminate\Support\Facades\DB;
@@ -22,7 +22,6 @@ use Blacklight\Releases;
use Illuminate\Support\Carbon;
use Illuminate\Support\Facades\DB;
use Illuminate\Support\Str;
use JetBrains\PhpStorm\ArrayShape;
class ProcessReleases
{
-1
View File
@@ -3,7 +3,6 @@
namespace Blacklight\processing\tv;
use Blacklight\ReleaseImage;
use JetBrains\PhpStorm\ArrayShape;
use Tmdb\Client;
use Tmdb\Exception\TmdbApiException;
use Tmdb\Helper\ImageHelper;
+2 -2
View File
@@ -2,8 +2,8 @@
require_once dirname(__DIR__, 3).DIRECTORY_SEPARATOR.'bootstrap/autoload.php';
use App\Models\Settings;
use Blacklight\ConsoleTools;
use App\Models\Settings;
use Blacklight\ConsoleTools;
use Blacklight\NZB;
if (! isset($argv[1]) || ! isset($argv[2])) {
+1 -1
View File
@@ -5,8 +5,8 @@ require_once dirname(__DIR__, 3).DIRECTORY_SEPARATOR.'bootstrap/autoload.php';
use App\Models\Collection;
use App\Models\Settings;
use Blacklight\ColorCLI;
use Illuminate\Support\Facades\Process;
use Illuminate\Support\Facades\DB;
use Illuminate\Support\Facades\Process;
$tmuxPath = base_path().'/misc/update/tmux/';
$import = Settings::settingValue('site.tmux.import') ?? 0;