mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
Update Steam class
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
2017-08-08 DariusIII
|
||||
* Chg: Update Steam class
|
||||
* Fix: Use proper type casting in groupfixrelnames (Fixes issue #159)
|
||||
2017-08-07 DariusIII
|
||||
* Chg: Update ajax pages
|
||||
|
||||
@@ -30,6 +30,11 @@ class Steam
|
||||
*/
|
||||
protected $lastUpdate;
|
||||
|
||||
/**
|
||||
* @var Main
|
||||
*/
|
||||
protected $steamFront;
|
||||
|
||||
/**
|
||||
* Steam constructor.
|
||||
*
|
||||
@@ -91,6 +96,7 @@ class Steam
|
||||
* @param string $searchTerm The parsed game name from the release searchname
|
||||
*
|
||||
* @return false|int $bestMatch The Best match from the given search term
|
||||
* @throws \Exception
|
||||
*/
|
||||
public function search($searchTerm)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user