fix some more lints
All checks were successful
/ test (push) Successful in 5m27s

This commit is contained in:
Chris Cochrun 2026-02-16 15:19:12 -06:00
parent 01bffe2014
commit f8a72b1359

View file

@ -36,6 +36,7 @@ use crate::core::{
videos::{self, Video, add_video_to_db, update_video_in_db},
};
#[allow(clippy::struct_field_names)]
#[derive(Debug, Clone)]
pub struct Library {
song_library: Model<Song>,