Commit a4af5aa
audtag: Accept embedded lyrics in more cases. Closes: #1818
Some ID3v2 headers contain lyrics with the type "LYRICS".
They were read successfully before but then disregarded.
Add a special case for the lyrics field to prevent that.
DEBUG ../src/libaudtag/id3/id3-common.cc:161 [id3_associate_memo]:
Field lyrics: lang = XXX, type = LYRICS, value = ...1 parent a7d7f9b commit a4af5aa
1 file changed
Lines changed: 14 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | | - | |
166 | | - | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
167 | 179 | | |
168 | 180 | | |
169 | 181 | | |
| |||
0 commit comments