Unverified Commit b520259d authored by Wolle's avatar Wolle Committed by GitHub

Merge pull request #518 from moononournation/master

handle lyrics stored at TXXX
parents 8302a7ef 0c25a1c2
...@@ -1729,6 +1729,7 @@ int Audio::read_ID3_Header(uint8_t *data, size_t len) { ...@@ -1729,6 +1729,7 @@ int Audio::read_ID3_Header(uint8_t *data, size_t len) {
if(// any lyrics embedded in file, passing it to external function if(// any lyrics embedded in file, passing it to external function
startsWith(tag, "SYLT") startsWith(tag, "SYLT")
|| startsWith(tag, "TXXX")
|| startsWith(tag, "USLT") || startsWith(tag, "USLT")
) { ) {
if(getDatamode() == AUDIO_LOCALFILE){ if(getDatamode() == AUDIO_LOCALFILE){
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment