Change itunes-nowplaying-mac pull request number
This commit is contained in:
parent
ade5893183
commit
5a03df6ee9
|
@ -142,8 +142,8 @@ function nowplaying(mode){
|
|||
media(arg.path,"image/png","new");
|
||||
}
|
||||
}else if(platform=="darwin"){
|
||||
if(flag && arg.artworks[0]){
|
||||
ipc.send('bmp-image', [arg.artworks[0].path,0]);
|
||||
if(flag && arg.existsArtwork){
|
||||
media(arg.artworks[0].data,"image/png","new");
|
||||
}
|
||||
}
|
||||
var regExp = new RegExp("{song}", "g");
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
},
|
||||
"optionalDependencies": {
|
||||
"nowplaying-node": "^0.1.3",
|
||||
"itunes-nowplaying-mac": "git+https://github.com/rinsuki/itunes-nowplaying-mac#pull/1/head",
|
||||
"itunes-nowplaying-mac": "git+https://github.com/rinsuki/itunes-nowplaying-mac#pull/4/head",
|
||||
"font-manager": "^0.3.0"
|
||||
},
|
||||
"build": {
|
||||
|
|
Loading…
Reference in New Issue
Block a user