add empty constructor for song model

This commit is contained in:
dkanada 2020-10-30 14:24:37 +09:00
commit 632061bb7f
7 changed files with 21 additions and 15 deletions

View file

@ -182,7 +182,7 @@ public class MusicPlayerRemote {
return musicService.getCurrentSong();
}
return Song.EMPTY_SONG;
return Song.EMPTY;
}
public static int getPosition() {