mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-01 15:03:37 +00:00
Implemented rating system for song, album and artist (album and artist do not retrieve rating from server)
This commit is contained in:
@@ -30,6 +30,10 @@ public class MappingUtil {
|
||||
return songs;
|
||||
}
|
||||
|
||||
public static Song mapSong(Child child) {
|
||||
return new Song(child);
|
||||
}
|
||||
|
||||
public static ArrayList<Album> mapAlbum(List<AlbumID3> albumID3List) {
|
||||
ArrayList<Album> albums = new ArrayList();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user