mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-02 11:18:56 +00:00
Declare catWhere property.
This commit is contained in:
@@ -13,6 +13,11 @@ class TV
|
||||
*/
|
||||
public $pdo;
|
||||
|
||||
/**
|
||||
* @var array|bool|int|string
|
||||
*/
|
||||
public $catWhere;
|
||||
|
||||
/**
|
||||
* @param array $options Class instances / Echo to CLI.
|
||||
*/
|
||||
|
||||
@@ -16,6 +16,11 @@ class TvRage extends TV
|
||||
*/
|
||||
public $pdo;
|
||||
|
||||
/**
|
||||
* @var array|bool|int|string
|
||||
*/
|
||||
public $catWhere;
|
||||
|
||||
public $echooutput;
|
||||
public $rageqty;
|
||||
public $showInfoUrl = 'http://www.tvrage.com/shows/id-';
|
||||
|
||||
Reference in New Issue
Block a user