feat(handler): Blocklist handler support

This commit is contained in:
2024-12-02 16:37:46 -07:00
parent f0d8555a8a
commit 4b7185fbb0
8 changed files with 1284 additions and 4 deletions
+1
View File
@@ -9,6 +9,7 @@ use crate::{
use super::KeyEventHandler;
mod blocklist;
mod downloads;
mod library;