mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-01 10:48:53 +00:00
Rename nntmux namespace and folder to Blacklight
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
|
||||
require_once dirname(__DIR__, 3).DIRECTORY_SEPARATOR.'bootstrap/autoload.php';
|
||||
|
||||
use nntmux\processing\tv\TraktTv;
|
||||
use Blacklight\processing\tv\TraktTv;
|
||||
|
||||
$c = new nntmux\ColorCLI();
|
||||
$c = new Blacklight\ColorCLI();
|
||||
$trakt = new TraktTv();
|
||||
|
||||
if (! empty($argv[1]) && is_numeric($argv[2]) && is_numeric($argv[3])) {
|
||||
|
||||
Reference in New Issue
Block a user