-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Milestone
Description
I have included the following in my config.xml:
< gap:plugin name="com.silverorange.now-playing" / >
Also the following code:
var nowPlaying = window.plugins.nowPlaying;
artist = nice_name;
title = nice_name;
album = nice_name;
cover = 'www/icon.png';
nowPlaying.updateMetas(artist,title,station,cover);
(also without cover, but seeing this seems to be in the plugin)...
Nothing is shown on my lockscreen but the link that is played (pls file). What can I be doing wrong?
Metadata
Metadata
Assignees
Labels
No labels