mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-01 15:03:37 +00:00
First song played: What she said - The Smiths
This commit is contained in:
@@ -144,6 +144,11 @@ public class Song implements Parcelable {
|
||||
this.lastPlay = lastPlay;
|
||||
}
|
||||
|
||||
@Ignore
|
||||
public Song() {
|
||||
this.id = UUID.randomUUID().toString();
|
||||
}
|
||||
|
||||
@Ignore
|
||||
public Song(BaseItemDto itemDto) {
|
||||
this.id = itemDto.getId();
|
||||
|
||||
Reference in New Issue
Block a user