mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-24 23:25:25 -07:00
Add back erroneously removed alert handler
Fix up d26e582cc1
.
Closes #16655.
PR #16657.
This commit is contained in:
parent
11c45db2ec
commit
0b9a1dfd9d
1 changed files with 2 additions and 0 deletions
|
@ -4651,6 +4651,8 @@ void Session::handleAlert(const lt::alert *a)
|
|||
case lt::fastresume_rejected_alert::alert_type:
|
||||
case lt::torrent_checked_alert::alert_type:
|
||||
case lt::metadata_received_alert::alert_type:
|
||||
dispatchTorrentAlert(a);
|
||||
break;
|
||||
case lt::state_update_alert::alert_type:
|
||||
handleStateUpdateAlert(static_cast<const lt::state_update_alert*>(a));
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue