mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 09:18:54 +00:00
Update ProcessReleasesMultiGroup class
This commit is contained in:
@@ -9,10 +9,17 @@ use nntmux\utility\Utility;
|
||||
|
||||
class ProcessReleasesMultiGroup extends ProcessReleases
|
||||
{
|
||||
/**
|
||||
* @var NZBMultiGroup
|
||||
*/
|
||||
protected $nzb;
|
||||
|
||||
/**
|
||||
* ProcessReleasesMultiGroup constructor.
|
||||
*
|
||||
* @param array $options
|
||||
*
|
||||
* @throws \Exception
|
||||
*/
|
||||
public function __construct(array $options = [])
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user