Favorite/unfavorite sounds

This commit is contained in:
2023-08-16 16:47:33 +01:00
parent 92d8d077df
commit e875038851
9 changed files with 238 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
use crate::{models::sound::SoundCtx, Context};
pub mod favorite;
pub mod info;
pub mod manage;
pub mod play;