tsk-194: Make distinction in MetadataQueue endpoints (#222)

* tsk-194: Moving metadata module

* tsk-194: Build fix

* tsk-194: Name changes

* tsk-194: Code formatting

* tsk-194: Version bump

* tsk-194: Test fixes
This commit was merged in pull request #222.
This commit is contained in:
KD
2025-10-27 13:25:30 -04:00
committed by GitHub
parent 8b36bc8c49
commit 1a5a9fcaaf
7 changed files with 49 additions and 46 deletions
-3
View File
@@ -1,11 +1,8 @@
pub mod coverart;
pub mod metadata;
pub mod queue;
pub mod song;
pub mod endpoints {
pub const QUEUEMETADATA: &str = "/api/v2/song/metadata/queue";
pub const CREATESONG: &str = "/api/v2/song";
pub const GETSONGS: &str = "/api/v2/song";
pub const GETALLSONGS: &str = "/api/v2/song/all";