From bae99ac33fd7df91b231fc09b0bf3cbf9d7c2115 Mon Sep 17 00:00:00 2001 From: Christopher Eby Date: Sat, 20 Mar 2010 19:06:21 -0500 Subject: [PATCH] Update the notification on initial load --- src/org/kreed/vanilla/PlaybackService.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/org/kreed/vanilla/PlaybackService.java b/src/org/kreed/vanilla/PlaybackService.java index b8d85046..e7187ce5 100644 --- a/src/org/kreed/vanilla/PlaybackService.java +++ b/src/org/kreed/vanilla/PlaybackService.java @@ -378,6 +378,8 @@ public class PlaybackService extends Service implements Runnable, MediaPlayer.On sendBroadcast(new Intent(EVENT_LOADED)); + updateNotification(getSong(0)); + IntentFilter filter = new IntentFilter(); filter.addAction(Intent.ACTION_HEADSET_PLUG); filter.addAction(Intent.ACTION_MEDIA_SCANNER_FINISHED);