mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-31 10:18:55 +00:00
9 lines
263 B
SQL
Executable File
9 lines
263 B
SQL
Executable File
INSERT IGNORE INTO settings (section, subsection, name, value, hint, setting)
|
|
VALUES (
|
|
'APIs',
|
|
'',
|
|
'trakttvclientkey',
|
|
'',
|
|
'The Trakt.tv API v2 Client ID (SHA256 hash - 64 characters long string). Used for movie and tv lookups.',
|
|
'trakttvclientkey'
|
|
); |