mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Use TVMaze class instead of Client.
This commit is contained in:
@@ -35,7 +35,7 @@ class TVMaze extends TV
|
||||
public function __construct(array $options = [])
|
||||
{
|
||||
parent::__construct($options);
|
||||
$this->client = new Client();
|
||||
$this->client = new \JPinkney\TVMaze\TVMaze();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user