Minor changes (#39)

Reviewed-on: #39
Co-authored-by: phoenix <kundeng00@pm.me>
Co-committed-by: phoenix <kundeng00@pm.me>
This commit is contained in:
phoenix
2025-07-23 20:50:40 +00:00
committed by phoenix
parent 27e4b30d21
commit d5e24f9114
3 changed files with 1 additions and 7 deletions
-1
View File
@@ -31,7 +31,6 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
(song_queue_id, song_queue_path),
(coverart_queue_id, coverart_queue_path),
)) => {
// TODO: Wipe data from song and coverart queues
match wipe_data_from_queues(
&app_base_url,
&song_queue_id,
-1
View File
@@ -98,7 +98,6 @@ pub mod wipe_data {
}
}
}
// TODO: Wipe data from queued coverart
pub mod coverart_queue {
pub async fn wipe_data(
base_url: &String,