Skip to content

Commit

Permalink
Broken: external trigger: Add current playing song to a playlist by p…
Browse files Browse the repository at this point in the history
…roviding URI #626
  • Loading branch information
vdesabou committed Mar 26, 2024
1 parent 0fe499f commit fce10cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spotify-mini-player/info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7696,7 +7696,7 @@ main($query,"TRACK","");
<string>&lt;?php
require './src/action.php';
$query = serialize(array("", "", "", "", "", "", "", "add_current_track_to" /* other_action */, "", "", "", "", "", "", "", "" , "", "", "", "", "", ""));
main($query,"TRACK","");
main($query,$argv[1],"");
?&gt;</string>
<key>scriptargtype</key>
<integer>1</integer>
Expand Down

0 comments on commit fce10cb

Please sign in to comment.