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