Coverart queue fetch without data #130

Merged
kdeng00 merged 6 commits from coverart_queue_fetch into v0.2 2025-05-21 19:26:38 -04:00
Showing only changes of commit e92d970b4e - Show all commits
+4
View File
@@ -93,6 +93,10 @@ pub mod init {
crate::callers::endpoints::QUEUECOVERART, crate::callers::endpoints::QUEUECOVERART,
post(crate::callers::coverart::endpoint::queue), post(crate::callers::coverart::endpoint::queue),
) )
.route(
crate::callers::endpoints::QUEUECOVERART,
get(crate::callers::coverart::endpoint::fetch_coverart_no_data)
)
.route( .route(
crate::callers::endpoints::QUEUECOVERARTLINK, crate::callers::endpoints::QUEUECOVERARTLINK,
patch(crate::callers::coverart::endpoint::link), patch(crate::callers::coverart::endpoint::link),