Change check for giantbomb key

This commit is contained in:
DariusIII
2019-03-13 13:17:49 +01:00
parent c46220c643
commit 2855f3588c
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -501,7 +501,7 @@ class Games
}
}
if ($this->publicKey !== '') {
if (! empty($this->publicKey)) {
if ($steamGameID === false || $this->_gameResults === false) {
$bestMatch = false;
$this->_classUsed = 'GiantBomb';
+1
View File
@@ -1,4 +1,5 @@
2019-03-13 DariusIII
* Chg: Change check for giantbomb key
* Chg: Change IGDB API to v3 url
* Fix: Fix NZB class setQuery function
* Chg: Update @fancyapps/fancybox to latest version