mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-03 07:53:37 +00:00
Fix item image visualization
This commit is contained in:
@@ -17,7 +17,7 @@ public class AlbumID3 {
|
||||
protected String artist;
|
||||
@Attribute
|
||||
protected String artistId;
|
||||
@Attribute
|
||||
@Attribute(name = "coverArt")
|
||||
protected String coverArtId;
|
||||
@Attribute
|
||||
protected int songCount;
|
||||
|
||||
@@ -39,18 +39,15 @@ public class ArtistID3 {
|
||||
public String getCoverArtId() {
|
||||
return coverArtId;
|
||||
}
|
||||
|
||||
|
||||
public void setCoverArtId(String value) {
|
||||
this.coverArtId = value;
|
||||
}
|
||||
|
||||
|
||||
public int getAlbumCount() {
|
||||
return albumCount;
|
||||
}
|
||||
|
||||
|
||||
public void setAlbumCount(int value) {
|
||||
this.albumCount = value;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user