mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-21 16:55:46 +03:00
parent
56a0692b68
commit
6bbedbea8a
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue