mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-29 03:38:05 -06:00
@@ -784,11 +784,11 @@
|
||||
}
|
||||
|
||||
// find selected row
|
||||
let rowId, prevUnreadCount;
|
||||
let prevUnreadCount;
|
||||
for (const row of rssFeedTable.getRowValues()) {
|
||||
if (row.full_data.dataPath === path) {
|
||||
rowId = row.full_data.rowId;
|
||||
prevUnreadCount = row.full_data.unread;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user