mirror of
https://github.com/riwiwa/muzi.git
synced 2025-12-30 12:45:26 -08:00
Added Makefile
This commit is contained in:
4
muzi.c
4
muzi.c
@@ -27,9 +27,7 @@ int get_artist_plays(void);
|
||||
int import_spotify(void);
|
||||
|
||||
int get_artist_plays(void) {
|
||||
FILE *fp = fopen("/home/r/dl/spotify-data/rm35@gm - Spotify Extended "
|
||||
"Streaming History/Streaming_History_Audio_2020-2021_4.json",
|
||||
"r");
|
||||
FILE *fp = fopen("test.json", "r");
|
||||
if (fp == NULL) {
|
||||
printf("Error while opening file\n");
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user