mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-30 09:48:55 +00:00
Change the apikey for TheTVDB to our own.
This commit is contained in:
@@ -6,8 +6,8 @@ use newznab\utility\Utility;
|
||||
|
||||
class TheTVDB
|
||||
{
|
||||
const PROJECT = 'newznab';
|
||||
const APIKEY = '5F84ECB91B42D719';
|
||||
const PROJECT = 'newznab-tmux';
|
||||
const APIKEY = 'E1669B52D4FBFF11';
|
||||
|
||||
/**
|
||||
* @var newznab\db\Settings
|
||||
|
||||
Reference in New Issue
Block a user