* fix url problem with tracks

This commit is contained in:
Seth Call 2014-02-18 15:35:47 +00:00
parent de294d19bb
commit e33e3a519f
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ module JamRuby
end
def upload_sign(content_md5)
s3_manager.upload_sign(url, content_md5, next_part_to_upload, upload_id)
s3_manager.upload_sign(self[:url], content_md5, next_part_to_upload, upload_id)
end
def upload_part_complete(part, offset)