mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-01 02:38:55 +00:00
Definte $failCache property.
This commit is contained in:
@@ -60,6 +60,12 @@ class Books
|
||||
*/
|
||||
public $renamed;
|
||||
|
||||
/**
|
||||
* Store names of failed Amazon lookup items
|
||||
* @var array
|
||||
*/
|
||||
public $failCache;
|
||||
|
||||
/**
|
||||
* @param array $options Class instances / Echo to cli.
|
||||
*/
|
||||
|
||||
@@ -56,6 +56,12 @@ class Konsole
|
||||
*/
|
||||
public $renamed;
|
||||
|
||||
/**
|
||||
* Store names of failed Amazon lookup items
|
||||
* @var array
|
||||
*/
|
||||
public $failCache;
|
||||
|
||||
/**
|
||||
* @param array $options Class instances / Echo to cli.
|
||||
*/
|
||||
|
||||
@@ -54,6 +54,12 @@ class Musik
|
||||
*/
|
||||
public $renamed;
|
||||
|
||||
/**
|
||||
* Store names of failed Amazon lookup items
|
||||
* @var array
|
||||
*/
|
||||
public $failCache;
|
||||
|
||||
/**
|
||||
* @param array $options Class instances/ echo to CLI.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user