Fix instant mix overriding added value in songs

This commit is contained in:
CappielloAntonio 2021-04-19 11:20:01 +02:00
parent 7576fbb75b
commit 308ddf6c7c
9 changed files with 124 additions and 75 deletions

View file

@ -230,13 +230,6 @@ public class Song implements Parcelable {
this.lastPlay = 0;
}
@Ignore
public Song(String title, String albumName) {
this.id = UUID.randomUUID().toString();
this.title = title;
this.albumName = albumName;
}
@NonNull
public String getId() {
return id;