MusicBraniz request functioning.
It will need to be updated with an identifer to return anything useful.
This commit is contained in:
parent
39c6a1bcc1
commit
9530bb9190
@ -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;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user