mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 05:13:30 -07:00
Don't miss saving "download path" in SQLite storage
PR #18844. Closes #18842.
This commit is contained in:
parent
5dcc14153f
commit
b3e9c46eff
1 changed files with 2 additions and 1 deletions
|
@ -773,6 +773,7 @@ namespace
|
||||||
DB_COLUMN_CATEGORY,
|
DB_COLUMN_CATEGORY,
|
||||||
DB_COLUMN_TAGS,
|
DB_COLUMN_TAGS,
|
||||||
DB_COLUMN_TARGET_SAVE_PATH,
|
DB_COLUMN_TARGET_SAVE_PATH,
|
||||||
|
DB_COLUMN_DOWNLOAD_PATH,
|
||||||
DB_COLUMN_CONTENT_LAYOUT,
|
DB_COLUMN_CONTENT_LAYOUT,
|
||||||
DB_COLUMN_RATIO_LIMIT,
|
DB_COLUMN_RATIO_LIMIT,
|
||||||
DB_COLUMN_SEEDING_TIME_LIMIT,
|
DB_COLUMN_SEEDING_TIME_LIMIT,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue