mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-02 10:23:33 +00:00
Refactor Song to Media
This commit is contained in:
parent
62f2723014
commit
d1d341ff9b
43 changed files with 242 additions and 274 deletions
|
|
@ -70,7 +70,7 @@ public class Download {
|
|||
this.playlistName = playlistName;
|
||||
}
|
||||
|
||||
public Download(Song song, String playlistId, String playlistName) {
|
||||
public Download(Media song, String playlistId, String playlistName) {
|
||||
this.id = UUID.randomUUID().toString();
|
||||
this.songID = song.getId();
|
||||
this.title = song.getTitle();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue