Commit 2024763d authored by Max Kellermann's avatar Max Kellermann

playlist/xspf: ignore text in root, playlist, tracklist

Added a missing "break".
parent 9526fdbe
......@@ -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) {
......
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