mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
Fix tables appearance in Web UI
Fix empty array parsing in JSON
This commit is contained in:
@@ -152,6 +152,7 @@ void EventManager::setGlobalPreferences(QVariantMap m) const {
|
||||
}
|
||||
int i = 0;
|
||||
foreach(const QString &new_folder, new_folders) {
|
||||
qDebug("New watched folder: %s", qPrintable(new_folder));
|
||||
// Update new folders
|
||||
if(!old_folders.contains(new_folder)) {
|
||||
BTSession->getScanFoldersModel()->addPath(new_folder, download_at_path.at(i));
|
||||
|
||||
Reference in New Issue
Block a user