Fix playlist sample visualization

This commit is contained in:
CappielloAntonio 2021-07-29 14:56:00 +02:00
parent c55f639368
commit 4fc29b47be
9 changed files with 123 additions and 34 deletions

View file

@ -8,7 +8,7 @@ import java.util.List;
@Xml
public class Playlists {
@Element
@Element(name = "playlist")
protected List<Playlist> playlists;
public List<Playlist> getPlaylists() {