mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-31 10:18:55 +00:00
5 lines
230 B
SQL
5 lines
230 B
SQL
# Add OmdbAPI key setting to settings table
|
|
|
|
INSERT IGNORE INTO settings (section, subsection, name, value, hint, setting) VALUES ('APIs', '', 'omdbkey', '',
|
|
'OmdbAPI key obtained from Omdb.Used for Omdb API lookups', 'omdbkey');
|