class CueParser Process composer metadata in cue files

Use composer as an alternative to songwriter

..and move a misplaced comment
This commit is contained in:
Robert Marshall
2023-04-28 10:35:42 +01:00
committed by Jonas Kvinge
parent 97e6b17f96
commit f2f63a703e
2 changed files with 10 additions and 1 deletions

View File

@@ -50,6 +50,7 @@ class CueParser : public ParserBase {
static const char *kPerformer;
static const char *kTitle;
static const char *kSongWriter;
static const char *kComposer;
static const char *kFile;
static const char *kTrack;
static const char *kIndex;