mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-30 17:58:59 +00:00
Fix Steam call
This commit is contained in:
+1
-1
@@ -401,7 +401,7 @@ class Games
|
||||
// Process Steam first before giantbomb
|
||||
// Steam has more details
|
||||
$this->_gameResults = [];
|
||||
$this->_getGame = new Steam($this->pdo);
|
||||
$this->_getGame = new Steam(['DB' => $this->pdo]);
|
||||
$this->_classUsed = 'steam';
|
||||
$this->_getGame->searchTerm = $gameInfo['title'];
|
||||
$steamGameID = $this->_getGame->search($gameInfo['title']);
|
||||
|
||||
Reference in New Issue
Block a user