Mostly added Add movie functionality. Removed calendar functions for now. Want to add the ability to modify settings and quality profiles first

This commit is contained in:
2023-08-08 10:50:04 -06:00
parent ae6e19a414
commit 08cde20359
14 changed files with 475 additions and 98 deletions
+5
View File
@@ -9,6 +9,7 @@ macro_rules! generate_keybindings {
}
generate_keybindings! {
add,
up,
down,
left,
@@ -30,6 +31,10 @@ pub struct KeyBinding {
}
pub const DEFAULT_KEYBINDINGS: KeyBindings = KeyBindings {
add: KeyBinding {
key: Key::Char('a'),
desc: "Add",
},
up: KeyBinding {
key: Key::Up,
desc: "Scroll up",