Added coverart struct

This commit is contained in:
KD
2025-03-21 00:18:38 +00:00
parent ab3e519f53
commit 7f8649ee38
3 changed files with 32 additions and 14 deletions

View File

@@ -1,6 +1,7 @@
pub mod access_level;
pub mod album;
pub mod constants;
pub mod coverart;
pub mod login_result;
pub mod song;
pub mod token;