From 4012678a0c271e91464d0ec599ad9fb43794929d Mon Sep 17 00:00:00 2001 From: phoenix Date: Mon, 14 Jul 2025 20:48:13 -0400 Subject: [PATCH] Removing commented json --- src/the_rest.rs | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/src/the_rest.rs b/src/the_rest.rs index b55ba1e..3cc35f0 100644 --- a/src/the_rest.rs +++ b/src/the_rest.rs @@ -39,26 +39,6 @@ pub mod response { } } - /* - * - * { - "album": "Are You Experienced?", - "album_artist": "The Jimi Hendrix Experience", - "artist": "The Jimi Hendrix Experience", - "disc": 1, - "disc_count": 1, - "duration": 213, - "genre": "Psychadelic Rock", - "title": "Hey Joe", - "track": 1, - "track_count": 17, - "year": 1967, - "audio_type": "flac", - "user_id": "{{user_id}}", - "song_queue_id": "{{queued_song_id}}" -} - * - */ // TODO: Create coverart // TODO: Wipe data from queued song // TODO: Wipe data from queued coverart