Skip to content

Commit

Permalink
refactor: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lautarodragan committed Feb 3, 2025
1 parent 07112cf commit 6500285
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion src/components/library.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ mod keyboard_handler;
mod library;
mod widget;

pub use album_tree_item::*;
pub use library::*;
3 changes: 1 addition & 2 deletions src/components/library/library.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ use crate::{
components::{FocusGroup, List, Tree, TreeNode},
config::Theme,
structs::{Direction, Song},
toml::{get_config_file_path, TomlFileError},
ui::{Component, Focusable},
};

Expand Down Expand Up @@ -161,7 +160,7 @@ impl<'a> Library<'a> {
}
}

save_lib(&artist_nodes);
save_lib(artist_nodes);
});
}
}
Expand Down

0 comments on commit 6500285

Please sign in to comment.