tsk-41: Adding auth #43
@@ -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;
|
||||||
|
Reference in New Issue
Block a user