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