Skip to content
Snippets Groups Projects
Commit eb97d267 authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Track Information Broadcast

parent 272b7855
No related branches found
No related tags found
No related merge requests found
......@@ -774,6 +774,7 @@ public class PlaybackService extends Service implements IVLCVout.Callback {
if (updateWidget)
updateWidget();
updateMetadata();
broadcastMetadata();
}
private void executeUpdateProgress() {
......@@ -1314,6 +1315,7 @@ public class PlaybackService extends Service implements IVLCVout.Callback {
broadcast.putExtra("album", media.getAlbum());
broadcast.putExtra("duration", media.getLength());
broadcast.putExtra("playing", playing);
broadcast.putExtra("package", "org.videolan.vlc");
sendBroadcast(broadcast);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment