mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-31 18:28:54 +00:00
9 lines
288 B
SQL
Executable File
9 lines
288 B
SQL
Executable File
INSERT IGNORE INTO settings (section, subsection, name, value, hint, setting)
|
|
VALUES (
|
|
'archive',
|
|
'fetch',
|
|
'end',
|
|
0,
|
|
'Try to download the last rar or zip file? (This is good if most of the files are at the end.) Note: The first rar/zip is still downloaded.',
|
|
'fetchlastcompressedfiles'
|
|
); |