diff --git a/Blacklight/processing/Videos.php b/Blacklight/processing/Videos.php index ca49510a5..0f42e7e16 100755 --- a/Blacklight/processing/Videos.php +++ b/Blacklight/processing/Videos.php @@ -37,7 +37,6 @@ abstract class Videos protected const TYPE_FILM = 1; // Type of video is a Film/Movie protected const TYPE_ANIME = 2; // Type of video is a Anime - protected $pdo; /** * @var bool */ @@ -61,7 +60,6 @@ abstract class Videos ]; $options += $defaults; - $this->pdo = DB::connection()->getPdo(); $this->echooutput = ($options['Echo'] && config('nntmux.echocli')); $this->titleCache = []; } diff --git a/Changelog b/Changelog index 9838a9d99..b437c737a 100755 --- a/Changelog +++ b/Changelog @@ -1,4 +1,5 @@ 2019-04-15 DariusIII + * Chg: Remove $this->pdo as it is not used * Chg: Remove unused ReleaseSearch class 2019-04-14 DariusIII * Fix: Fix test-ReleaseCleaner.php script (Fixes issue #965)