add empty constructor for song model
This commit is contained in:
parent
295df08a46
commit
632061bb7f
7 changed files with 21 additions and 15 deletions
|
|
@ -182,7 +182,7 @@ public class MusicPlayerRemote {
|
|||
return musicService.getCurrentSong();
|
||||
}
|
||||
|
||||
return Song.EMPTY_SONG;
|
||||
return Song.EMPTY;
|
||||
}
|
||||
|
||||
public static int getPosition() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue