mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-01-31 14:43:36 +00:00
Fix instant mix overriding added value in songs
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user