playlist/xspf: ignore text in root, playlist, tracklist
Added a missing "break".
This commit is contained in:
parent
9526fdbe73
commit
2024763d2a
@ -170,6 +170,8 @@ xspf_text(G_GNUC_UNUSED GMarkupParseContext *context,
|
||||
case ROOT:
|
||||
case PLAYLIST:
|
||||
case TRACKLIST:
|
||||
break;
|
||||
|
||||
case TRACK:
|
||||
if (parser->song != NULL &&
|
||||
parser->tag != TAG_NUM_OF_ITEM_TYPES) {
|
||||
|
Loading…
Reference in New Issue
Block a user