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