oops
This commit is contained in:
parent
53de2d0e47
commit
f1cd631aae
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ static MDESoundContext vorbis_open(const char* path) {
|
|||
ctx->artist = MDEStringDuplicate(p + 1);
|
||||
} else if(strcasecmp(s, "GENRE") == 0) {
|
||||
ctx->genre = MDEStringDuplicate(p + 1);
|
||||
} else if(strcasecmp(s, "TRACK") == 0) {
|
||||
} else if(strcasecmp(s, "TRACKNUMBER") == 0) {
|
||||
ctx->track = atoi(p + 1);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue