Wipe data from coverart queue #136

Merged
kdeng00 merged 8 commits from wipe_data_from_coverart_queue into v0.2 2025-05-26 17:12:11 -04:00
Showing only changes of commit 9d37fd108b - Show all commits
+3
View File
@@ -101,6 +101,9 @@ pub mod init {
crate::callers::endpoints::QUEUECOVERARTLINK,
patch(crate::callers::coverart::endpoint::link),
)
.route(crate::callers::endpoints::QUEUECOVERARTDATAWIPE,
patch(crate::callers::coverart::endpoint::wipe_data_from_coverart_queue)
)
.route(
crate::callers::endpoints::CREATESONG,
post(crate::callers::song::endpoint::create_metadata),