Files
newznab-tmux/resources/db/patches/mysql/0159~settings.sql
T
2016-09-21 12:34:07 +02:00

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'
);