From 9530bb91903a07e23e3c70aa55823b7c3cb7a9ce Mon Sep 17 00:00:00 2001 From: 20xd6 <20xd6@airmail.cc> Date: Fri, 4 Oct 2024 11:21:59 -0400 Subject: [PATCH] MusicBraniz request functioning. It will need to be updated with an identifer to return anything useful. --- get_artist_art.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/get_artist_art.c b/get_artist_art.c index cf3e651..0d49101 100644 --- a/get_artist_art.c +++ b/get_artist_art.c @@ -123,11 +123,16 @@ int main(int argc, char **argv) { case 'p': print_conf(m_dir, mb_conf, ftv_api_key); break; + case 's': + printf("This doesn't do anything yet but you searched for %s\n", optarg); + break; default: printf("So long and thanks for all the fish.\n"); break; } } + + get_mb_id(); return EXIT_SUCCESS; } \ No newline at end of file