Merge branch 'master' into new-about-screen
This commit is contained in:
commit
36e4ea5e20
3 changed files with 12 additions and 8 deletions
|
|
@ -822,6 +822,7 @@ public class MusicService extends Service implements SharedPreferences.OnSharedP
|
|||
internalIntent.putExtra("artist", currentSong.artistName);
|
||||
internalIntent.putExtra("album", currentSong.albumName);
|
||||
internalIntent.putExtra("track", currentSong.title);
|
||||
internalIntent.putExtra("duration", currentSong.duration);
|
||||
}
|
||||
internalIntent.putExtra("playing", isPlaying());
|
||||
sendStickyBroadcast(internalIntent);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue