adding a SlideType enum that can parse from a string
This will start to allow us to have a much better data model for the slides and service items. They can have a type associated with them and parse which they are from this type.
This commit is contained in:
parent
0cac11cb89
commit
273dd76d23
4 changed files with 182 additions and 37 deletions
|
@ -14,4 +14,5 @@ pub mod songs;
|
|||
pub mod utils;
|
||||
pub mod video_model;
|
||||
pub mod ytdl;
|
||||
pub mod slide_types;
|
||||
// mod video_thumbnail;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue