mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-02 10:23:33 +00:00
Fix item image visualization
This commit is contained in:
parent
7742cbdd08
commit
a21a051cb5
6 changed files with 9 additions and 7 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue