* fix url problem with tracks
This commit is contained in:
parent
de294d19bb
commit
e33e3a519f
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue