Skip to content

Commit

Permalink
track/location must be a URI
Browse files Browse the repository at this point in the history
  • Loading branch information
andym committed May 17, 2012
1 parent 4b458fd commit 51950c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion despotway.rb
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def write_playlist(playlist, outputdir)

tl = XSPF::Tracklist.new()
playlist[:tracks].each do |track|
track[:to_link] = "spotify:track:" + track[:uri]
track[:to_link] = "http://open.spotify.com/track/" + track[:uri]
# spotify:track:6sVQNUvcVFTXvlk3ec0ngd
t = XSPF::Track.new( {
:location => track[:to_link],
Expand Down

0 comments on commit 51950c7

Please sign in to comment.