mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 02:01:33 +00:00
Change IGDB API to v3 url
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
2019-03-13 DariusIII
|
||||
* Chg: Change IGDB API to v3 url
|
||||
* Fix: Fix NZB class setQuery function
|
||||
* Chg: Update @fancyapps/fancybox to latest version
|
||||
* Fix: Fix root categories seeding
|
||||
|
||||
+1
-1
@@ -46,7 +46,7 @@ return [
|
||||
|
||||
'igdb' => [
|
||||
'key' => env('IGDB_KEY', ''),
|
||||
'url' => 'https://api-endpoint.igdb.com',
|
||||
'url' => 'https://api-v3.igdb.com',
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user