tsk-41: Adding auth #43

Merged
phoenix merged 17 commits from tsk-41 into main 2025-08-14 23:11:42 +00:00
Showing only changes of commit b8bbd66fd3 - Show all commits

View File

@@ -60,8 +60,6 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
if !empty { if !empty {
println!("Queue is not empty"); println!("Queue is not empty");
println!("SongQueueItem: {song_queue_item:?}"); println!("SongQueueItem: {song_queue_item:?}");
// TODO: For now, focus on making sure the token is valid before you get here
continue;
let song_queue_id = song_queue_item.data[0].id; let song_queue_id = song_queue_item.data[0].id;
let user_id = song_queue_item.data[0].user_id; let user_id = song_queue_item.data[0].user_id;