fixing more of pres model and setting up song model

This commit is contained in:
Chris Cochrun 2023-05-04 09:30:03 -05:00
parent 5f2f2a90a2
commit 68b30877ed
6 changed files with 98 additions and 77 deletions

View file

@ -3,10 +3,11 @@ mod file_helper;
pub mod image_model;
pub mod models;
pub mod presentation_model;
pub mod song_model;
pub mod schema;
mod service_thing;
mod settings;
mod slide_model;
pub mod slide_model;
mod slide_obj;
pub mod video_model;
pub mod ytdl;