Minor changes #39

Merged
phoenix merged 2 commits from minor_changes into devel 2025-07-23 20:50:41 +00:00
2 changed files with 0 additions and 2 deletions
Showing only changes of commit ccdf725e96 - Show all commits

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,

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,