Merge branch 'master' into new-about-screen

This commit is contained in:
Karim Abou Zeid 2015-09-05 14:12:47 +02:00
commit 36e4ea5e20
3 changed files with 12 additions and 8 deletions

View file

@ -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);