Skip to content

Commit 7022994

Browse files
committed
server directory patj fix and event off
1 parent 0523da3 commit 7022994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/waveformData.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ var queryObjectToOptions = function queryObjectToOptionsFunction(queryObject) {
1313
trackFormat: queryObject.trackFormat,
1414
peaksAmount: queryObject.peaksAmount,
1515
method: 'GET',
16-
serverDirectory: './downloaded_tracks',
16+
serverDirectory: queryObject.serverDirectory,
1717
fileName: queryObject.trackId + '.' + queryObject.trackFormat
1818
};
1919

0 commit comments

Comments
 (0)